Date: Sat, 11 Sep 1999 06:51:15 +1200 From: Mike Muir <mmuir@es.co.nz> To: Tom Embt <tom@embt.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Anyone running CompuPic? Message-ID: <37D95323.174E3EDD@es.co.nz> References: <3.0.3.32.19990910131418.009fa100@mail.embt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Not so for me, although there are alot of errors (like looking for linux specific system files and not finding them, which doesnt make it die immediately).. then nearing the end: [...syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0)...times about 2000..] syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall linux_readlink(0xbfbf92b4,0xbfbfa2b4,0xffe) errno -2 'No such file or directory' syscall linux_newstat("/[h]images",0xbfbfc410) errno -2 'No such file or directory' syscall linux_open("/[h]images/cpiceye.jpg",0,0644) errno -2 'No such file or directory' syscall close(-1) errno -9 'Bad file descriptor' syscall linux_readlink(0xbfbf90dc,0xbfbfa0dc,0xffe) errno -2 'No such file or directory' syscall linux_newstat("/[h]images",0xbfbfc0a0) errno -2 'No such file or directory' syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall linux_readlink(0xbfbf92b4,0xbfbfa2b4,0xffe) errno -2 'No such file or directory' syscall linux_newstat("/[h]images",0xbfbfc410) errno -2 'No such file or directory' syscall linux_open("/[h]images/cpiceyex.jpg",0,0644) errno -2 'No such file or directory' syscall close(-1) errno -9 'Bad file descriptor' syscall linux_readlink(0xbfbf90dc,0xbfbfa0dc,0xffe) errno -2 'No such file or directory' syscall linux_newstat("/[h]images",0xbfbfc0a0) errno -2 'No such file or directory' syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall gettimeofday(0x82f9fdc,0x0) returns 0 (0x0) syscall write(2,0xbfbfb898,39) returns 39 (0x27) syscall linux_unlink(0x82fddc0) returns 0 (0x0) syscall exit(0xb) process exit, rval = 2816 Im guessing it should know where to find its images, as it does at least find one of them for the splash screen.. so im not sure why its failing to find cpiceyex.jpg (it exists).. as for the rest --> !?!?!? at a guess.. its trying to write something thats not open? Tom Embt wrote: > I just tried to run it again and both compupic and truss core dumped. Both > cores as well as truss.out and dmesg available at > http://www.embt.com/tom/compupic-crash.tar.gz . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37D95323.174E3EDD>