parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

BeaVe 01.08.2005 12:40

[beave@localhost beave]$ cd bmarket/public_html
[beave@localhost public_html]$ gdb ./cgi-bin/parser3.cgi
GNU gdb 6.0-2mdk (Mandrake Linux)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux-gnu"...
(no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) set args _test.html
(gdb) r
Starting program: /home/beave/bmarket/public_html/cgi-bin/parser3.cgi _test.html
(no debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread 1078834176 (LWP 2711)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1078834176 (LWP 2711)]
0x40312f82 in iconv_close () from /lib/tls/libc.so.6
(gdb) bt
#0  0x40312f82 in iconv_close () from /lib/tls/libc.so.6
#1  0x403125fc in iconv_close () from /lib/tls/libc.so.6
#2  0x40145688 in xmlCharEncCloseFunc () from /usr/lib/libxml2.so.2