From: Evan C. <ca...@po...> - 2003-05-01 20:01:41
|
I just ran my brand spanking new occ with gdb and got the following: Program received signal SIGSEGV, Segmentation fault. 0x0807c53b in GC_register_dynamic_libraries () I recieved this while trying to debug why it wasn't running. It turns out that there is some kind of code that gets executed prior to the "main()" entry function, presumably, the GC_Register... function mentioned above. Any ideas how to fix this? Evan Carew |