Re: [Queue-developers] queue(d) 1.19.2 segfaults on Solaris 2.6 HW 5/98
Brought to you by:
wkrebs
From: W. G. K. <wer...@ya...> - 2000-05-25 20:29:15
|
This is dying in the same place in both queue and queued. It is doing network setup, reading the /etc/netconfig file (which would be done by a library function, probably on a setup call to the DNS library functions.) My guess is that it is dying in ReadHosts in qlib.c . Try seting a breakpoint for ReadHosts in qlib.c and single stepping through the function. Hope this helps! > read(4, " #\n # T h e " N e t".., 8192) = 1064 > read(4, 0x0002F304, 8192) = 0 > llseek(4, 0, SEEK_CUR) = 1064 > llseek(4, 0, SEEK_SET) = 0 > read(4, " #\n # T h e " N e t".., 8192) = 1064 > read(4, 0x0002F304, 8192) = 0 > llseek(4, 0, SEEK_CUR) = 1064 > close(4) > Eugene Bradley wrote: > Hello! (sorry for the big email but I wanted to be as information- > specific as possible) > > Despite successful compiliation of GNU queue 1.19.2 on a Sun Ultra 1 > running Solaris 2.6 HW 5/98, attempting to run queue or queued as a > regular user and as root with any option other than --help or --version > causes the binary to segfault and dump core. I was wondering why > this was happening... [snip.] |