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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to