Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: oops on cvs



> 
> Justin Cormack wrote:
> > no, plain 2.4.20-pre5.
> > 
> > It has now started doing this on the original machine, I really dont know
> > whats going on. Am going to test with another card in case this one is
> > faulty.
> 
> When you can reproduce this please send me the a little test program or 
> the dvbstream command line which causes the oops.

Any dvbstream command line... and the other card does this too.

I really dont know whats up - it was working before.


strace ends with 

close(6)                                = 0
munmap(0x40013000, 47828)               = 0
open("/etc/host.conf", O_RDONLY)        = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40013000
read(6, "order hosts,bind\n", 4096)     = 17
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x40013000, 4096)                = 0
open("/etc/hosts", O_RDONLY)            = 6
fcntl64(6, F_GETFD)                     = 0
fcntl64(6, F_SETFD, FD_CLOEXEC)         = 0
fstat64(6, {st_mode=S_IFREG|0644, st_size=1848, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40013000
read(6, "# Do not remove the following li"..., 4096) = 1848
close(6)                                = 0
munmap(0x40013000, 4096)                = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 6
setsockopt(6, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(6, {sin_family=AF_INET, sin_port=htons(12345), sin_addr=inet_addr("0.0.0.0")}}, 16) = 0
fcntl64(6, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
listen(6, 1)                            = 0
poll(



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index