This is the mail archive of the ecos-bugs@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 20255] New: signal2 vr4300 Fail


http://bugs.ecos.sourceware.org/show_bug.cgi?id=20255

           Summary: signal2 vr4300 Fail
           Product: eCos
           Version: 1.2
          Platform: vrc4373 (NEC VRC4373 board)
        OS/Version: MIPS
            Status: ASSIGNED
          Severity: normal
          Priority: normal
         Component: Other
        AssignedTo: nickg at ecoscentric dot com
        ReportedBy: alexs at ecoscentric dot com


Test output was as follows:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1999-07-01 08:43:44 bhaji.cygnus.co.uk:5002           vr4300                    signal2.exe        Fail 117k/1388k D=25.6/503.0 Total=54.7 E=0.7/30.0 "bhaji:C:\tmp\test1012\vr4300\vrc4373H\libc10\install\tests\libc\signal\signal2.exe"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

How-To-Repeat:
The following permutation(s) have been used:
 libc10

Originator:
eCos Testing Group

Organization:
Cygnus

Audit-Trail:
Responsible-Changed-From-To: alexs->nickg 
Responsible-Changed-By: alexs 
Responsible-Changed-When: Thu Jul 1 08:12:42 PDT 1999 
Responsible-Changed-Why:  
Nick 
This failure occurred last night in the trunk. Please investigate. 
-- Alex

Unformatted:
>>> Reset [S]
>>> Reset target using ginga:5000 b4 [08:42:44]
>>> Reading board startup output from com3 with timeout of 10 seconds...

>>> Valid reset determined
GNU gdb 4.17-ecos-99r1
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.  This version of GDB is supported
for customers of Cygnus Solutions.  Type "show warranty" for details.
This GDB was configured as "--host=i686-cygwin32 --target=mips64vr4300-elf"...
(gdb) set height 0
(gdb) set remotedebug 0
(gdb) set watchdog 0
(gdb) target remote bhaji:8002
Remote debugging using bhaji:8002
0x800038cc in ?? ()
(gdb) load
Loading section .rom_vectors, size 0xcc lma 0x80100000
Loading section .text, size 0xfebc lma 0x801000cc
Loading section .ctors, size 0x38 lma 0x8010ff88
Loading section .dtors, size 0x24 lma 0x8010ffc0
Loading section .rodata, size 0xa3b4 lma 0x8010ffe4
Loading section .data, size 0x3460 lma 0x8011a3a0
Start address 0x801000bc , load size 120824
Transfer rate: 21012 bits/sec.
(gdb) break cyg_test_exit
Breakpoint 1 at 0x8010410c: file //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx, line 100.
(gdb) break cyg_assert_fail
Breakpoint 2 at 0x80103850: file //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/infra/v1_2_1/src/buffer.cxx, line 709.
(gdb) break cyg_test_init
Breakpoint 3 at 0x80103ff8: file //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx, line 50.
(gdb) cont
Continuing.
GDB:<handle SIGBUS nostop>
GDB:<handle SIGSEGV nostop>
GDB:<handle SIGILL nostop>
GDB:<handle SIGFPE nostop>
GDB:<handle SIGSYS nostop>

Breakpoint 3, cyg_test_init ()
    at //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx:50
50	}
Current language:  auto; currently c++
(gdb) handle SIGBUS nostop
Signal        Stop	Print	Pass to program	Description
SIGBUS        No	Yes	Yes		Bus error
(gdb) handle SIGSEGV nostop
Signal        Stop	Print	Pass to program	Description
SIGSEGV       No	Yes	Yes		Segmentation fault
(gdb) handle SIGILL nostop
Signal        Stop	Print	Pass to program	Description
SIGILL        No	Yes	Yes		Illegal instruction
(gdb) handle SIGFPE nostop
Signal        Stop	Print	Pass to program	Description
SIGFPE        No	Yes	Yes		Arithmetic exception
(gdb) handle SIGSYS nostop
Signal        Stop	Print	Pass to program	Description
SIGSYS        No	Yes	Yes		Bad system call
(gdb) cont
Continuing.
INFO:<Starting tests from testcase //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/language/c/libc/v1_2_1/tests/signal/signal2.c for C library signal functions>
INFO:<Test 1>
PASS:<SIGSEGV handler initialized to default>
PASS:<SIGBUS handler initialized to default>
PASS:<SIGILL handler initialized to default>
PASS:<SIGSYS handler initialized to default>
PASS:<SIGTRAP handler initialized to default>
PASS:<SIGFPE handler initialized to default>
INFO:<Test 2>
INFO:<myhandler() called>
PASS:<handler reset itself to default>
PASS:<handler returned correctly>
INFO:<Test 3>
FAIL:<Didn't cause exception> Line: 250, File: //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/language/c/libc/v1_2_1/tests/signal/signal2.c
FAIL:<handler returned correctly> Line: 253, File: //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/language/c/libc/v1_2_1/tests/signal/signal2.c
EXIT:<Finished tests from testcase //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/language/c/libc/v1_2_1/tests/signal/signal2.c for C library signal functions>

Breakpoint 1, cyg_test_exit ()
    at //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx:100
100	        ;
(gdb) bt
#0  cyg_test_exit ()
    at //c/tmp/v1_2_1_19990630_1600/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx:100
(gdb) q



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]