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 19832] New: signal2 MN10300-stdeval1-sim Fail


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

           Summary: signal2 MN10300-stdeval1-sim Fail
           Product: eCos
           Version: 1.2
          Platform: am31_sim (MN10300 AM31 minimal simulator)
        OS/Version: Matsushita AM3x
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: Kernel
        AssignedTo: jifl at ecoscentric dot com
        ReportedBy: sdf at cygnus dot co dot uk


Test output was as follows:
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------
1999-04-13 06:22:18  fireblade:5010 MN10300-stdeval1-sim
signal2.exe        Fail 72k/814k Cpu: Total=3.6 E=0.2/0.0
"ninja:c:\tmp\test1016\mn10300\stdeval1sim\libc10\install\tests\libc\signal\
signal2.exe"
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------
GNU gdb 4.17-ecos-98r1p4
<0.0/0.0>	Copyright 1998 Free Software Foundation, Inc.
<0.0/0.0>	GDB is free software, covered by the GNU General Public License,
and you are
<0.0/0.0>	welcome to change it and/or distribute copies of it under certain
conditions.
<0.0/0.0>	Type "show copying" to see the conditions.  This version of GDB is
supported
<0.1/0.0>	for customers of Cygnus Solutions.  Type "show warranty" for
details.
<0.1/0.0>	This GDB was configured as
"--host=i386-cygwin32 --target=mn10300-elf"...
<0.1/0.0>	(gdb) set height 0
<0.1/0.0>	(gdb) set remotedebug 0
<0.1/0.0>	(gdb) target sim --board=stdeval1 --memory-region 0x34004000,0x8
<0.2/0.1>	Connected to the simulator.
<0.2/0.0>	(gdb) load
<0.2/0.0>	Loading section .rom_vectors, size 0xc0 lma 0x40000000
<0.2/0.0>	Loading section .text, size 0x971f lma 0x400000c0
<0.2/0.0>	Loading section .rodata, size 0x87d6 lma 0x400097df
<0.2/0.0>	Loading section .data, size 0x240 lma 0x40011fb8
<0.2/0.0>	Start address 0x40000000
<0.2/0.0>	Transfer rate: 593832 bits in <1 sec.
<0.2/0.0>	(gdb) break cyg_test_exit
<0.2/0.0>	Breakpoint 1 at 0x4000284c: file
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx
, line 100.
<0.2/0.0>	(gdb) break cyg_assert_fail
<0.3/0.0>	Breakpoint 2 at 0x40002303: file
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/infra/v1_2_1/src/buffer.cxx
, line 709.
<0.3/0.0>	(gdb) break cyg_test_init
<0.3/0.0>	Breakpoint 3 at 0x4000279d: file
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx
, line 50.
<0.3/0.0>	(gdb) run
<0.3/0.0>	Starting program: //C/s3h.1bf
<0.4/0.1>	GDB:<handle SIGBUS nostop>
<0.4/0.0>	GDB:<handle SIGSEGV nostop>
<0.4/0.0>	GDB:<handle SIGILL nostop>
<0.4/0.0>	GDB:<handle SIGFPE nostop>
<0.4/0.0>	GDB:<handle SIGSYS nostop>
<0.5/0.0>
<0.5/0.0>	Breakpoint 3, cyg_test_init ()
<0.5/0.0>	    at
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx
:50
<0.5/0.0>
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/infra/v1_2_1/src/tcdiag.cxx
:50: No such file or directory.
<0.5/0.0>	Current language:  auto; currently c++
<0.5/0.0>	(gdb) handle SIGBUS nostop
<0.5/0.0>	Signal        Stop	Print	Pass to program	Description
<0.5/0.0>	SIGBUS        No	Yes	Yes		Bus error
<0.5/0.0>	(gdb) handle SIGSEGV nostop
<0.5/0.0>	Signal        Stop	Print	Pass to program	Description
<0.5/0.0>	SIGSEGV       No	Yes	Yes		Segmentation fault
<0.5/0.0>	(gdb) handle SIGILL nostop
<0.5/0.0>	Signal        Stop	Print	Pass to program	Description
<0.5/0.0>	SIGILL        No	Yes	Yes		Illegal instruction
<0.5/0.0>	(gdb) handle SIGFPE nostop
<0.5/0.0>	Signal        Stop	Print	Pass to program	Description
<0.5/0.0>	SIGFPE        No	Yes	Yes		Arithmetic exception
<0.5/0.0>	(gdb) handle SIGSYS nostop
<0.5/0.0>	Signal        Stop	Print	Pass to program	Description
<0.5/0.0>	SIGSYS        No	Yes	Yes		Bad system call
<0.5/0.0>	(gdb) set cyg_test_is_simulator=1
<0.5/0.0>	Address of symbol "cyg_test_is_simulator" is unknown.
<0.5/0.0>	(gdb) cont
<0.5/0.0>	Continuing.
<0.5/0.0>	INFO:<Starting tests from testcase
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/language/c/libc/v1_2_1/test
s/signal/signal2.c for C library signal functions>
<0.5/0.0>	INFO:<Test 1>
<0.5/0.0>	PASS:<SIGSEGV handler initialized to default>
<0.5/0.0>	PASS:<SIGBUS handler initialized to default>
<0.5/0.0>	PASS:<SIGILL handler initialized to default>
<0.6/0.0>	PASS:<SIGSYS handler initialized to default>
<0.6/0.0>	PASS:<SIGTRAP handler initialized to default>
<0.6/0.0>	PASS:<SIGFPE handler initialized to default>
<0.6/0.0>	INFO:<Test 2>
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.6/0.0>
<0.6/0.0>	Program received signal SIGBUS, Bus error.
<0.6/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.7/0.0>
<0.7/0.0>	Program received signal SIGBUS, Bus error.
<0.7/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.8/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.8/0.0>
<0.8/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c

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

Originator:
eCos Testing Group

Organization:
Cygnus

Audit-Trail:
Responsible-Changed-From-To: alexs->jlarmour 
Responsible-Changed-By: alexs 
Responsible-Changed-When: Tue Apr 13 15:45:56 PDT 1999 
Responsible-Changed-Why:  
Summat for you :-)

Unformatted:
>>>> Infra FAIL
*** too much output ***
>>>>
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.0>
<0.9/0.0>	Program received signal SIGBUS, Bus error.
<0.9/0.0>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<0.9/0.1>
<0.9/0.1>	Program received signal SIGBUS, Bus error.
<0.9/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.1>
<1.0/0.1>	Program received signal SIGBUS, Bus error.
<1.0/0.1>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	mn10300-core: 4 byte read to unaligned address 0x48401401 at
0x4000054c
<1.0/0.2>
<1.0/0.2>	Program received signal SIGBUS, Bus error.
<1.0/0.2>	Quit
<1.0/0.2>	0x4000054c in cause_memerror ()
<1.0/0.2>	    at
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/language/c/libc/v1_2_1/test
s/signal/signal2.c:104
<1.0/0.2>
//c/tmp/v1_2_1_19990412_1800/ecos-1.2.1/packages/language/c/libc/v1_2_1/test
s/signal/signal2.c:104: No such file or directory.
<1.0/0.2>	(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]