View Single Post
  #5   (View Single Post)  
Old 22nd May 2008
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

Quote:
Originally Posted by mtx
Program terminated with signal 12, Bad system call.
...
(gdb) bt
#0 0x2858cf63 in ksem_init () from /lib/libc.so.7
#1 0x28582f23 in sem_init () from /lib/libc.so.7
i think on fbsd you will need to load the 'sem' kernel module for POSIX semaphores.

try putting this into /boot/loader.conf:

sem_load="YES"
Reply With Quote