DragonFly BSD
DragonFly bugs List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: rlwrap+ocaml = random reboots


From: Rahul Siddharthan <rsidd@xxxxxxxxx>
Date: Wed, 23 Jun 2004 22:59:47 -0400

Matthew Dillon said on Jun 22, 2004 at 22:07:51:
> :rlwrap: warning: tcgetattr error on slave pty (from parent process): Bad file descriptor
> :
> :No other symptoms.  Is this related to that bugfix?
> :
> :Rahul
> 
>     Almost certainly.  The descriptor got revoked by the parent when the
>     parent exited and is no longer valid on the slave.  This would have
>     triggered the panic prior to the fix.


Nope, it panicked just now.  But this time it saved core, which it
didn't last time.

However, I can't seem to run gdb:  if I type gdb, I get
gdb: in path []/usr/libexec/binutils214/elf/gdb: No such file or directory

and if I type 
/usr/libexec/binutils212/elf/gdb
I get 

This GDB was configured as "i386-unknown-dragonfly"...Deprecated bfd_read called at /usr/home/rsidd/dflysrc/src/contrib/gdb/gdb/dwarf2read.c line 3049 in dwarf2_read_section


Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.


kernel symbol `ncpus' not found.

--

So what do I do?  (sorry if I missed discussion on the lists already)
(kernel is compiled with gcc 3.3.3 20040126, -O -pipe -mcpu=i686 -march=i686)

Rahul



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