Re: gdb trouble in 4.0-current

1999-11-22 Thread Sheldon Hearn



On Sat, 20 Nov 1999 20:24:47 EST, Wes Morgan wrote:

 (gdb) r
 Starting program: /usr/home/by-tor/mms-0.90/./mms
 warning: find_solib: Can't read pathname for load map: Bad address
 
 Segmentation fault (core dumped)

You're not alone.  The work-around is to compile with --static.

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: gdb trouble in 4.0-current

1999-11-22 Thread Bruce Evans

On Mon, 22 Nov 1999, Sheldon Hearn wrote:
 
 On Sat, 20 Nov 1999 20:24:47 EST, Wes Morgan wrote:
 
  (gdb) r
  Starting program: /usr/home/by-tor/mms-0.90/./mms
  warning: find_solib: Can't read pathname for load map: Bad address
  
  Segmentation fault (core dumped)
 
 You're not alone.  The work-around is to compile with --static.

Even that is broken for attaching to running (statically linked) processes.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message