lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] -trace_mask


From: Gisle Vanem
Subject: [Lynx-dev] -trace_mask
Date: Wed, 03 Jun 2009 15:01:53 +0200

Just a FYI.

If I try runnig with "-trace -trace_mask=0xffff", I'm getting this
crash-dump from Dr MingW:

lynx.exe caused an Access Violation at location 004b2519 in
module LYNX.EXE Reading from location 00233000.

Registers:
eax=00000004 ebx=00000000 ecx=77c30e66 edx=00d23c90 esi=00003088 edi=0022ff78
eip=004b2519 esp=0022fa20 ebp=0022fa38 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246

Call stack:
004B2519  LYNX.EXE:004B2519  trace_bstring2  HTString.c:1334
void trace_bstring2(
const char * text = &0,
int size = 14317752
)
...
    if (text != 0) {
for (n = 0; n < size; ++n) {
    int ch = UCH(text[n]);

    switch (ch) {
...

0046B1A3  LYNX.EXE:0046B1A3  LYSetConfigValue  LYReadCFG.c:1851
void LYSetConfigValue(
char * name = &'U',
char * value = &'°'
)
...
    case CONF_PRG:
if (StrAllocCopy(temp, value))
    HTSetProgramPath((ProgramPaths) (q->def_value), temp);
break;

...

77C24E42  msvcrt.dll:77C24E42  atexit
0040124B  LYNX.EXE:0040124B   ??
00401298  LYNX.EXE:00401298   ??
7C817067  kernel32.dll:7C817067  RegisterWaitForInputIdle

---------------

--gv





reply via email to

[Prev in Thread] Current Thread [Next in Thread]