Boost logo

Boost :

From: Jim Schwarz (jims_at_[hidden])
Date: 2003-11-20 14:08:21


Hi.

I have the boost::threads package compiling and running on Mac OS X
10.3.1 and 10.2.8 using both CodeWarrior 8.3, 9.0 and XCode 1.0.
Unfortunately each configuration is crashing while running the example
programs. Here is a typical stack trace.

-----------
Date/Time: 2003-11-20 11:06:28 -0800
OS Version: 10.3.1 (Build 7C107)

PID: 1171
Thread: 1

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0xfffffffc

Thread 0:
  #0 0x00000000 in 0x0
  #1 0x000143d4 in 0x143d4
  #2 0x00006538 in boost::threads::mac::detail::st_scheduler::task()
(st_scheduler.cpp:77)
  #3 0x00006500 in
boost::threads::mac::detail::st_scheduler::
task_entry(__EventLoopTimer*, void*) (st_scheduler.cpp:72)
  #4 0x90194848 in __CFRunLoopDoTimer (__CFRunLoopDoTimer + 244)
  #5 0x90191ba8 in __CFRunLoopRun (__CFRunLoopRun + 1480)
  #6 0x901960bc in CFRunLoopRunSpecific (CFRunLoopRunSpecific + 328)
  #7 0x927d5ecc in RunCurrentEventLoopInMode
(RunCurrentEventLoopInMode + 172)
  #8 0x927d8e48 in GetNextEventMatchingMask (GetNextEventMatchingMask
+ 120)
  #9 0x927eca9c in WNEInternal (WNEInternal + 160)
  #10 0x927fd738 in WaitNextEvent (WaitNextEvent + 76)
more...
---------------

Has anyone fixed any bugs similar to this?

Thanks,
Jim


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk