Core dump
Zord 25.02.2013 14:39
Имеем: FreeBSD 8.1 p5 x32, Parser3 4.3.2, хостинг от nic.ru
Хостинг взяли недавно, перенес на него проект с другого сервера. Парсер установлен нормально, проект работает, но в некоторых местах падает в корку.
_test.html тоже падает в core на строке ^memory:compact[], при этом parser.log не создается.
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 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 "i386-marcel-freebsd"...
Core was generated by `parser3.cgi'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.5...done.
Loaded symbols for /lib/libcrypt.so.5
Reading symbols from /usr/lib/libstdc++.so.6...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libm.so.5...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 GC_clear_stack_inner (arg=0x28855fe0, limit=0xd4e0 <Address 0xd4e0 out of bounds>) at misc.c:243
243 misc.c: Нет такого файла или каталога.
in misc.c
(gdb) bt
#0 GC_clear_stack_inner (arg=0x28855fe0, limit=0xd4e0 <Address 0xd4e0 out of bounds>) at misc.c:243
#1 0x08136206 in GC_clear_stack_inner (arg=0x28855fe0, limit=0xd4e0 <Address 0xd4e0 out of bounds>) at misc.c:245
#2 0x08136206 in GC_clear_stack_inner (arg=0x28855fe0, limit=0xd4e0 <Address 0xd4e0 out of bounds>) at misc.c:245
#3 0x08136206 in GC_clear_stack_inner (arg=0x28855fe0, limit=0xd4e0 <Address 0xd4e0 out of bounds>) at misc.c:245
#4 0x08136206 in GC_clear_stack_inner (arg=0x28855fe0, limit=0xd4e0 <Address 0xd4e0 out of bounds>) at misc.c:245
....
Парсер брал как с сайта, так и собственноручно собирал - результат одинаковый (да и бинарника ничем не различаются)
Кто виноват и что делать?
- Core dump, Zord 25.02.2013 14:39