in reply to Re: Segmentation fault during file open
in thread Segmentation fault during file open
Thoughts?read(5, "\n2002-02-28\0050.020\0050.020\0050.020\0050."..., 92) = 92 read(5, "\\\0\0?", 4) = 4 read(5, "\n2002-03-05\0050.020\0050.020\0050.020\0050."..., 92) = 92 read(5, "\1\0\0@", 4) = 4 read(5, "\376", 1) = 1 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 write(9, "# dograph version 12:51 2 Novemb"..., 4002) = 4002 close(9) = 0 munmap(0x2aac0000, 4096) = 0 open("/var/MPL/tmp/dailyen/C/CYS04.gp", O_WRONLY|O_CREAT|O_TRUNC, 0666 + <unfinished ...> +++ killed by SIGSEGV +++
Update at 2222: Also tried changing the unless to an open .. || return .. in the extremely unlikely event that that would make a difference. No dice.
--t. alex
"There was supposed to be an earth-shattering kaboom!" --Marvin the Martian
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (2) Segmentation fault during file open
by Zaxo (Archbishop) on Mar 06, 2002 at 04:04 UTC | |
by talexb (Chancellor) on Mar 06, 2002 at 14:08 UTC |