NetBSD-Bugs archive

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

kern/47646: Test dev/scsipi/t_cd:noisyeject broken



>Number:         47646
>Category:       kern
>Synopsis:       Test dev/scsipi/t_cd:noisyeject broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 14 06:40:00 +0000 2013
>Originator:     Julio Merino
>Release:        NetBSD 6.99.17
>Organization:
        
>Environment:
        
        
System: NetBSD nbair.virtual.network 6.99.17 NetBSD 6.99.17 (GENERIC) #10: Thu 
Mar 14 13:50:55 JST 2013 
jmmv@nbair.virtual.network:/home/jmmv/os/netbsd/amd64/obj/home/jmmv/os/netbsd/src/sys/arch/amd64/compile/GENERIC
 amd64
Architecture: x86_64
Machine: amd64
>Description:
        The dev/scsipi/t_cd:noisyeject test is broken.  It segfaults, and
        I do not know if this is due to the test being broken or due to
        some problem in rump or the device driver (according to the stack
        trace).  But the test cannot remain broken, so filing this report
        to mark the test as known to fail.

        The stack trace looks like this:

        [...]
        feature 0 having length 133
        feature 18825 having length 73
        feature 59893 having length 255
        feature 9224 having length 19
        feature 35271 having length 157
        feature 30013 having length 1
        feature 72 having length 157
        feature 0 having length 133
        feature 72 haProcess with PID 21857 dumped core; attempting to gather 
stack trace
        [New process 1]
        [New process 24]
        [New process 23]
        [New process 22]
        [New process 21]
        [New process 20]
        [New process 19]
        [New process 18]
        [New process 17]
        [New process 16]
        [New process 15]
        [New process 14]
        [New process 13]
        [New process 12]
        [New process 11]
        [New process 10]
        [New process 9]
        [New process 8]
        [New process 7]
        [New process 6]
        [New process 5]
        [New process 4]
        [New process 3]
        [New process 2]
        Core was generated by `t_cd'.
        Program terminated with signal 11, Segmentation fault.
        #0  0x00007f7ff7412ade in ?? () from /usr/lib/librumpdev_scsipi.so.0
        #0  0x00007f7ff7412ade in ?? () from /usr/lib/librumpdev_scsipi.so.0
        #1  0x00007f7ff64666d7 in rumpns_bdev_ioctl () from 
/usr/lib/librump.so.0
        #2  0x00007f7ff70055a1 in rumpns_readdisklabel () from 
/usr/lib/librumpdev_disk.so.0
        #3  0x00007f7ff7410552 in ?? () from /usr/lib/librumpdev_scsipi.so.0
        #4  0x00007f7ff74149c0 in ?? () from /usr/lib/librumpdev_scsipi.so.0
        #5  0x00007f7ff6466880 in rumpns_cdev_open () from /usr/lib/librump.so.0
        #6  0x00007f7ff6826696 in rumpns_spec_open () from 
/usr/lib/librumpvfs.so.0
        #7  0x00007f7ff645218c in rumpns_VOP_OPEN () from /usr/lib/librump.so.0
        #8  0x00007f7ff682cc8d in rumpns_vn_open () from 
/usr/lib/librumpvfs.so.0
        #9  0x00007f7ff6831622 in ?? () from /usr/lib/librumpvfs.so.0
        #10 0x00007f7ff6831769 in ?? () from /usr/lib/librumpvfs.so.0
        #11 0x00007f7ff6835107 in rumpns_sys_open () from 
/usr/lib/librumpvfs.so.0
        #12 0x00007f7ff64819f1 in ?? () from /usr/lib/librump.so.0
        #13 0x00007f7ff6481b43 in rump___sysimpl_open () from 
/usr/lib/librump.so.0
        #14 0x00000000004010c3 in atfu_noisyeject_body ()
        #15 0x00007f7ff540a39a in atf_tc_run () from /usr/lib/libatf-c.so.0
        #16 0x00007f7ff5406e7b in atf_tp_main () from /usr/lib/libatf-c.so.0
        #17 0x0000000000400f22 in ___start ()
        #18 0x00007f7ff7ffa000 in ?? ()
        #19 0x0000000000000006 in ?? ()
        #20 0x00007f7ffffffb20 in ?? ()
        #21 0x00007f7ffffffb6d in ?? ()
        #22 0x00007f7ffffffb70 in ?? ()
        #23 0x00007f7ffffffb97 in ?? ()
        #24 0x00007f7ffffffb9a in ?? ()
        #25 0x00007f7ffffffbac in ?? ()
        #26 0x0000000000000000 in ?? ()
        GDB exited successfully
        t_cd:noisyeject  ->  broken: Premature exit; test case received signal 
11 (core dumped)
>How-To-Repeat:
        $ kyua debug -k /usr/tests/Kyuafile dev/scsipi/t_cd:noisyeject

        either on i386 or amd64.  Or look at the test logs online.
>Fix:
        Dunno.

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index