Debugging a crash

2013-06-30 Thread Boris Samorodov
Hi All, I get an application crashing. Build some libs with debug symbols. Here is the gdb log: - Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 809806400 (LWP 101133/photoprint)] strtol_l (nptr=0x0, endptr=0x0, base=10, locale=value optimized out) at

Re: Debugging a crash

2013-06-30 Thread Fernando Apesteguía
On Sun, Jun 30, 2013 at 5:36 PM, Boris Samorodov b...@passap.ru wrote: Hi All, I get an application crashing. Build some libs with debug symbols. Here is the gdb log: - Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 809806400 (LWP 101133/photoprint)]

Re: Debugging a crash

2013-06-30 Thread Boris Samorodov
30.06.2013 19:53, Fernando Apesteguía пишет: On Sun, Jun 30, 2013 at 5:36 PM, Boris Samorodov b...@passap.ru wrote: Hi All, I get an application crashing. Build some libs with debug symbols. Here is the gdb log: - Program received signal SIGSEGV, Segmentation fault. [Switching to

Re: Debugging a crash

2013-06-30 Thread Fernando Apesteguía
On Sun, Jun 30, 2013 at 6:58 PM, Boris Samorodov b...@passap.ru wrote: 30.06.2013 19:53, Fernando Apesteguía пишет: On Sun, Jun 30, 2013 at 5:36 PM, Boris Samorodov b...@passap.ru wrote: Hi All, I get an application crashing. Build some libs with debug symbols. Here is the gdb log: