Mail Archives: djgpp/2000/02/14/15:07:14
On 14 Feb 2000, Doug Kaufman wrote:
> TCP/IP shutdown: Segmentation violation
> Exiting due to signal SIGABRT
> Page fault at eip=0004c539, error=0004
> eax=00000008 ebx=00000000 ecx=00000000 edx=00000000 esi=00067f2c edi=00000008
> ebp=000f0558 esp=000f054c program=F:\WGET1\WGET-1.5-3\SRC\WGET.EXE
> cs: sel=00e7 base=10310000 limit=0012ffff
> ds: sel=00ef base=10310000 limit=0012ffff
> es: sel=00ef base=10310000 limit=0012ffff
> fs: sel=00ff base=00000000 limit=0010ffff
> gs: sel=00ff base=00000000 limit=0010ffff
> ss: sel=00ef base=10310000 limit=0012ffff
> App stack: [000f06d8..000706d8] Exceptn stack: [000700e0..0006e1a0]
>
> Call frame traceback EIPs:
> 0x0004c539 _free+77
Crashes inside `free' usually means that some code overruns a
malloc'ed buffer. I suggest to use YAMD or similar package to find
the offender.
- Raw text -