Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (889 - 891 of 1030)

Ticket Resolution Summary Owner Reporter
#1178 notabug problems loading bundle: can't determine class name Pascal Bourguignon
Description

When run:

(require :objc-support)
(require :cocoa)

we get this error:

problems loading bundle: can't determine class name
   [Condition of type SIMPLE-ERROR]

Restarts:

Backtrace:
  0: (gui::init-cocoa-ide)
  1: ((:internal gui::cocoa-startup gui::start-cocoa-ide))

We don't get it if we run only (require :cocoa).

The situation occurs when we load libraries that use only objc-support without using cocoa.

#1181 fixed Apropos window broken R. Matthew Emerson Andrew Shalit
Description

In Clozure Common Lisp Version 1.10-dev-r16074M-trunk

Select Tools/Apropos...

You will immediately be thrown into the Alt Console

Error: The value NIL is not of the expected type SIMPLE-VECTOR.

While executing: GUI::comboBox:objectValueForItemAtIndex:|, in process Initial(0).

Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

Tested on OS X 10.9.2

#1182 fixed CFFI, Mac OS X, shared libraries, crash veritas
Description

$ cat > main.c int a(){return 15;}D

$ gcc -dynamiclib -undefined suppress -flat_namespace -fPIC main.c -o libmain.so

Can't close shared library. Error is „Error: Shared library not open: "/usr/lib/system/libsystem_c.dylib"“.

(ql:quickload :cffi)

(let (( lib

(cffi:load-foreign-library "libmain.so" :search-path "/private/tmp/shared/") ))

; (ccl:close-shared-library (cffi::foreign-library-handle lib) ; :completely nil)

(cffi:close-foreign-library lib)

)

; (cffi:foreign-funcall "a" :int)

cffi is last, ccl is git trunk (i386, x64), Mac OS X 1.9, sbcl (for example) is working (and really unload, so it is proof of dynamic libraries unloading possibility under Darwin). It's a very important feature for me. Please, fix it :)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.