[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scheduler seg faults



  I'm having a bit of a problem with the scheduler.  I've tried both 2.99.11
and 2.99.12 and they both dump core at the same statement.  Here is some
info from gdb:

GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.11 (i386-unknown-freebsd),
Copyright 1993 Free Software Foundation, Inc...
Core was generated by `scheduler'.
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x8028040.
#0  0x6c62 in readfrom (fd=64) at transport.c:746
746               int carrylen = strlen(cpids[fd].carryover);
(gdb) bt
#0  0x6c62 in readfrom (fd=64) at transport.c:746
#1  0x6912 in mux (quickcheck=200448) at transport.c:598
#2  0x215d in main (argc=1, argv=0xefbfdd2c) at scheduler.c:372
(gdb) up
#1  0x6912 in mux (quickcheck=200448) at transport.c:598
598                     readfrom(i);
(gdb) up
#2  0x215d in main (argc=1, argv=0xefbfdd2c) at scheduler.c:372
372                             mux(0);
(gdb) up
Initial frame selected; you cannot go up.
(gdb) 

  Any suggestions?

Tom