lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV wouldn't you know I needed to come back again?


From: Larry W. Virden, x2487
Subject: Re: LYNX-DEV wouldn't you know I needed to come back again?
Date: Fri, 10 Oct 1997 19:27:42 -0400

Okay, I recompiled lynx with debug and the memory stuff enabled.  Here's
the stack trace from the bus error I get when trying to start up lynx
initially:
$ dbx ./lynx
Reading symbolic information for lynx
Reading symbolic information for rtld /usr/lib/ld.so.1
Reading symbolic information for libncurses.so.4
Reading symbolic information for libnsl.so.1
Reading symbolic information for libsocket.so.1
Reading symbolic information for libc.so.1
Reading symbolic information for libdl.so.1
Reading symbolic information for libintl.so.1
Reading symbolic information for libw.so.1
(dbx 1) run
Running: lynx
(process id 9716)
signal BUS (invalid address alignment) in _malloc_unlocked at 0xef63bb50
                                                                        
0xef63bb50: _malloc_unlocked+0x0224:    ld      [%l4 + 0x8], %o1
                                                        Current function is 
LYLeakMalloc
          198           void *vp_malloc = (void *)malloc(st_bytes);
(dbx 2) where                                                      (dbx 2)
  [1] _malloc_unlocked(0x600, 0x0, 0x4021f0, 0xffffffff, 0x412d48, 0x412d30), 
at 0xef63bb50
  [2] _smalloc(0x10, 0x1, 0xef683a48, 0xffffffff, 0xffffffff, 0x4), at 
0xef63b880
  [3] malloc(0x10, 0x0, 0xffffffff, 0x0, 0x0, 0x4170f9), at 0xef63b910
=>[4] LYLeakMalloc(st_bytes = 16U, cp_File = 0x2560c0 "./LYCurses.c", ssi_Line 
= 203), line 198 in "LYLeaks.c"
  [5] setHashStyle(style = 7967, color = -1, cattr = -1, mono = 2097152, 
element = 0x403438 "link.blue.next"), line 203 in "LYCurses.c"
  [6] parse_attributes(mono = 0x403447 "bold", fg = 0x40344c "blue", bg = 
0x2cfa00 "black", style = 7967, element = 0x403438 "link.blue.next"), line 137 
in "LYStyle.c"
  [7] parse_style(buffer = 0x403438 "link.blue.next"), line 254 in "LYStyle.c"
  [8] parse_userstyles(), line 310 in "LYStyle.c"
  [9] start_curses(), line 710 in "LYCurses.c"
  [10] setup(terminal = (nil)), line 942 in "LYCurses.c"
  [11] main(argc = 1, argv = 0xefffe74c), line 1662 in "LYMain.c"
(dbx 3)



What else can I provide?  Note that this error is now almost exactly what
I've reported in the past - the crash has 'moved'...
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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