From: Grzegorz J. <ja...@he...> - 2003-05-13 10:52:38
|
On Thu, 1 May 2003, Evan Carew wrote: > 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 () Try adding 'handle SIGSEGV pass noprint' to your '~/.gdbinit'. Regards Grzegorz > > 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 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |