Hello Cocoa developpers,

When using a CFRunLoopRun() event loop in a non-GUI daemon, what kind of resource and handler do you need to add to the loop for beeing able to process signals (unix signals) and not beeing stuck in:

(gdb) bt
#0  0x00007fff815592da in mach_msg_trap ()
#1  0x00007fff8155994d in mach_msg ()
#2  0x00007fff83f87932 in __CFRunLoopRun ()
#3  0x00007fff83f86dbf in CFRunLoopRunSpecific ()
#4  0x00007fff83f86b46 in CFRunLoopRun ()
#5 0x00000001000017af in main (argc=0, argv=0x7fff5fbfe418) at jackond.cpp:331
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to