Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (886 - 888 of 1030)

Ticket Resolution Summary Owner Reporter
#1019 fixed C-level build trouble when rebuilding r15471 on OSX 10.7.5 Tim Bradshaw
Description

I'm using a suspiciously recent Xcode (ie the app store told me a couple of days ago it had a shiny new version and I foolishly accepted). Likewise 10.7.5 is reasonably recent I think (so all of this may be random Apple changes is what I am trying to say).

I've attached the output from script.

#121 fixed C-h h a in hemlock window crashes the lisp on x86-64 Gary Byers R. Matthew Emerson
Description

Steps:

  1. start lisp.
  2. (require 'cocoa)
  3. command-N to make new hemlock editor window
  4. C-h h to get help popup window
  5. type "a"
  6. hot flaming death.
Unhandled exception 11 at 0x7fff82d3fa51, context->regs at #x7fff5fbfe960
Exception occurred while executing foreign code
? for help
[552] OpenMCL kernel debugger: b

Framepointer [#x7FFF5FBFEFF0] in unknown area.
[552] OpenMCL kernel debugger: p

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: 13 at address: 0x0000000000000000
0x00007fff82d3fa51 in objc_msgSend ()
(gdb) where
#0  0x00007fff82d3fa51 in objc_msgSend ()
#1  0x00007fff805bb647 in -[NSTextView insertText:replacementRange:] ()
#2  0x000000000000b8e7 in SPffcall () at ../x86-spentry64.s:3958
#3  0x00007fff805b297d in +[NSKeyBindingManager cancel] ()
#4  0x00007fff8312d584 in pthread_mutex_unlock ()
#5  0x00007fff82d313b6 in _class_lookupMethodAndLoadCache ()
#6  0x00007fff82d3dcc6 in _objc_fixupMessageRef ()
#7  0x00007fff82d3fbf7 in objc_msgSend_fixup ()
#8  0x000000000000be3e in SPcallback () at ../x86-spentry64.s:4473
#9  0x0000300040d93b3e in ?? ()

(gdb) info threads
  9 process 552 thread 0xdb03  0x00007fff831259aa in semaphore_timedwait_trap ()
  8 process 552 thread 0xd103  0x00007fff831557e6 in read ()
  7 process 552 thread 0xc203  SPsyscall () at ../x86-spentry64.s:4327
  5 process 552 thread 0xa303  0x00007fff831259aa in semaphore_timedwait_trap ()
  4 process 552 thread 0x6a03  0x00007fff8312c91e in __semwait_signal ()
  3 process 552 thread 0x4003  SPsyscall () at ../x86-spentry64.s:4327
  2 process 552 thread 0x1503  0x00007fff83125956 in mach_msg_trap ()
* 1 process 552 local thread 0x2f0b  0x00007fff82d3fa51 in objc_msgSend ()

#972 fixed Building the IDE may be broen in r15373 Tim Bradshaw
Description

This may be related to #971. After that was resolved I've done an SVN update and am now at r15373. CCL builds fine at this point. But if I try and build the IDE I get the result below. As before I'm running on OSX 10.7.4, and I'm running the 64-bit version. After the SVN update I've built twice (ie once with the old image, with the usual couple of warnings about argument-count mismatches, and then again with the new image. Both builds seemed fine to me.

Again this may just be stupidity on my part. I don't know the kernel debugger, but if there is output you need from it let me know.

kingston$ ccl -n
Welcome to Clozure Common Lisp Version 1.9-dev-r15373M  (DarwinX8664)!
? (require :cocoa-application)
Unhandled exception 10 at 0x22a6f, context->regs at #xb029ad50
Exception occurred while executing foreign code
 at mark_memoized_area + 223
received signal 10; faulting address: 0x307e0000a000
? for help
[8855] Clozure CL kernel debugger: B
current thread: tcr = 0x1062c0, native thread ID = 0xc603, interrupts enabled


(#x0000000020E19298) #x0000000000000000 : () + ??
Bad frame! (1300b < 20e19298)
[8855] Clozure CL kernel debugger: 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.