Starting program: /opt/bin/polipo -c /opt/etc/polipo
/opt/bin/polipo: server.c: 1289: httpServerFinish: Assertion `i <
server->maxslots' failed.

Program received signal SIGABRT, Aborted.
0x2ab125c4 in ?? ()
(gdb) bt full
#0  0x2ab125c4 in ?? ()
No symbol table info available.
warning: GDB can't find the start of the function at 0x2ab125c4.

    GDB is unable to find the start of the function at 0x2ab125c4
and thus can't determine the size of that function's stack frame.
This means that GDB may be unable to access that stack frame, or
the frames below it.
    This problem is most likely caused by an invalid program counter or
stack pointer.
    However, if you think GDB should simply search farther back
from 0x2ab125c4 for code which looks like the beginning of a
function, you can increase the range of the search using the `set
heuristic-fence-post' command.
#1  0x2ab125c4 in ?? ()
No symbol table info available.
warning: GDB can't find the start of the function at 0x2ab125c4.
Previous frame identical to this frame (corrupt stack?)

I compiled it like that:
cc  -Os -g -Wall -DLOCAL_ROOT=\"/opt/share/polipo/www/\"
-DDISK_CACHE_ROOT=\"/tmp/harddisk/cache/\"     -c -o util.o util.c
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Polipo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to