Skip to content

Commit 1d90d2a

Browse files
author
Geoff Bache
committed
Integrating interpret core tests into TextTest suite
1 parent 5e5cd4d commit 1d90d2a

File tree

136 files changed

+359
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+359
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Segmentation fault in #0 CrcResetContext
2+
-----------------------------------------
3+
(Core file at fakecore)
4+
(Created by binary /bin/grep)
5+
Program terminated with signal 11, Segmentation fault.
6+
Stack trace from GDB :
7+
#0 CrcResetContext (key=2, ix=-1)
8+
at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
9+
344 void removeAll() {
10+
#0 CrcResetContext (key=2, ix=-1)
11+
at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
12+
Init ()
13+
at /users/thomasjo/work/master/Rules_and_Reports/crc/crcfuncs.cc:1651
14+
rave::Program::init (this=0x8e21e68)
15+
at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:392
16+
Program (this=0x8e21e68, ep=0x876a800)
17+
at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:334
18+
rave::SetExecuteThreadSafe (executeThreadSafely=false)
19+
at /users/thomasjo/work/master/Rules_and_Reports/crc/statlink.cc:122
20+
apc_setup (argc=10, argv=0xffffb034)
21+
at /users/thomasjo/work/master/Optimization/APC/apc_files/apc_setup.cc:795
22+
main (argc=10, argv=0xffffb034)
23+
at /users/thomasjo/work/master/Optimization/APC/apclib/apc_main.cc:181
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<-CMD:gdb -q -batch -x /tmp/tmp2KwE7RcoreCommands.gdb /bin/grep fakecore
2+
->OUT:Using host libthread_db library "/lib/tls/libthread_db.so.1".
3+
Core was generated by `/users/thomasjo/work/master/Products/standard_gpc/CARMSYS/lh_bascripts_tmp.apc/'.
4+
Program terminated with signal 11, Segmentation fault.
5+
#0 CrcResetContext (key=2, ix=-1)
6+
at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
7+
344 void removeAll() {
8+
#0 CrcResetContext (key=2, ix=-1)
9+
at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
10+
#1 0x0864aa1d in Init ()
11+
at /users/thomasjo/work/master/Rules_and_Reports/crc/crcfuncs.cc:1651
12+
#2 0x085ebcad in rave::Program::init (this=0x8e21e68)
13+
at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:392
14+
#3 0x085ebe0e in Program (this=0x8e21e68, ep=0x876a800)
15+
at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:334
16+
#4 0x085cdec9 in rave::SetExecuteThreadSafe (executeThreadSafely=false)
17+
at /users/thomasjo/work/master/Rules_and_Reports/crc/statlink.cc:122
18+
#5 0x0817b382 in apc_setup (argc=10, argv=0xffffb034)
19+
at /users/thomasjo/work/master/Optimization/APC/apc_files/apc_setup.cc:795
20+
#6 0x0811f2e4 in main (argc=10, argv=0xffffb034)
21+
at /users/thomasjo/work/master/Optimization/APC/apclib/apc_main.cc:181
22+
->ERR:
23+
warning: core file may not match specified executable file.
24+
25+
warning: svr4_current_sos: Can't read pathname for load map: Input/output error
26+
27+
28+
warning: .dynamic section for "/lib/libdl.so.2" is not at the expected address
29+
30+
warning: difference appears to be caused by prelink, adjusting expectations
31+
32+
warning: .dynamic section for "/usr/lib/libxml2.so.2" is not at the expected address
33+
34+
warning: .dynamic section for "/usr/lib/libz.so.1" is not at the expected address
35+
36+
warning: difference appears to be caused by prelink, adjusting expectations
37+
38+
warning: .dynamic section for "/lib/tls/libpthread.so.0" is not at the expected address
39+
40+
warning: difference appears to be caused by prelink, adjusting expectations
41+
42+
warning: .dynamic section for "/lib/tls/libm.so.6" is not at the expected address
43+
44+
warning: difference appears to be caused by prelink, adjusting expectations
45+
46+
warning: .dynamic section for "/usr/lib/libstdc++.so.6" is not at the expected address
47+
48+
warning: .dynamic section for "/lib/libgcc_s.so.1" is not at the expected address
49+
50+
warning: difference appears to be caused by prelink, adjusting expectations
51+
52+
warning: .dynamic section for "/lib/tls/libc.so.6" is not at the expected address
53+
54+
warning: difference appears to be caused by prelink, adjusting expectations
55+
56+
warning: .dynamic section for "/lib/ld-linux.so.2" is not at the expected address
57+
58+
warning: difference appears to be caused by prelink, adjusting expectations
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Empty core file
2+
---------------
3+
(Core file at fakecore)
4+
Core file of zero size written - Stack trace not produced for crash
5+
Check your coredumpsize limit
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin/grep
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Parse failure from both GDB and DBX
2+
-----------------------------------
3+
(Core file at fakecore)
4+
(Created by binary /bin/grep)
5+
GDB backtrace command failed : Stack trace not produced for crash
6+
Errors from GDB:
7+
"/nfs/vm/matador/carmusrs/carmen_8.0_deliver/RD_ib_cas_v8_user/crc_cas/source/Matador_CO": not in executable format: File format not recognized
8+
9+
warning: Couldn't find general-purpose registers in core file.
10+
11+
12+
warning: Wrong size fpregset in core file.
13+
14+
warning: Couldn't find general-purpose registers in core file.
15+
16+
17+
warning: Wrong size fpregset in core file.
18+
DBX backtrace command failed : Stack trace not produced for crash
19+
Errors from DBX:
20+
File format not recognised
21+
22+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<-CMD:gdb -q -batch -x /tmp/354778.1.short/tmphbA9-5coreCommands.gdb /bin/grep fakecore
2+
->OUT:#0 0x0000000000000000 in ?? ()
3+
#0 0x0000000000000000 in ?? ()
4+
->ERR:"/nfs/vm/matador/carmusrs/carmen_8.0_deliver/RD_ib_cas_v8_user/crc_cas/source/Matador_CO": not in executable format: File format not recognized
5+
6+
warning: Couldn't find general-purpose registers in core file.
7+
8+
9+
warning: Wrong size fpregset in core file.
10+
11+
warning: Couldn't find general-purpose registers in core file.
12+
13+
14+
warning: Wrong size fpregset in core file.
15+
<-CMD:dbx -f -q -c "where; quit" /bin/grep fakecore
16+
->ERR:File format not recognised
17+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/no/such/binary
2+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
No binary found from core
2+
-------------------------
3+
(Core file at fakecore)
4+
Could not find binary name '/no/such/binary' from core file : Stack trace not produced for crash
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
File not found : nosuchfile
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nosuchfile
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Segmentation fault in ___newselect_nocancel
2+
-------------------------------------------
3+
(Core file at fakecore)
4+
(Created by binary /bin/grep)
5+
Program terminated with signal 11, Segmentation fault.
6+
Stack trace from GDB :
7+
___newselect_nocancel () from /lib/tls/libc.so.6
8+
inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
9+
?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
10+
?? ()
11+
(no debugging symbols found)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<-CMD:gdb -q -batch -x /tmp/9959647.1.short/tmpoRwUBtcoreCommands.gdb /bin/grep fakecore
2+
->OUT:(no debugging symbols found)
3+
Using host libthread_db library "/lib/tls/libthread_db.so.1".
4+
Core was generated by `python /nfs/vm/apc_temp/test_texttesttmp/texttestgeoff08May141617/TestSelf/Coll'.
5+
Program terminated with signal 11, Segmentation fault.
6+
(no debugging symbols found)
7+
(no debugging symbols found)
8+
(no debugging symbols found)
9+
(no debugging symbols found)
10+
(no debugging symbols found)
11+
(no debugging symbols found)
12+
(no debugging symbols found)
13+
(no debugging symbols found)
14+
(no debugging symbols found)
15+
#0 0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
16+
#0 0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
17+
#1 0x00cf819f in inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
18+
#2 0x00cf74b2 in ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
19+
#3 0x00000000 in ?? ()
20+
(no debugging symbols found)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Parse failure from both GDB and DBX
2+
-----------------------------------
3+
(Core file at fakecore)
4+
(Created by binary /bin/grep)
5+
GDB backtrace command failed : Stack trace not produced for crash
6+
Errors from GDB:
7+
"core" is not a core dump: File format not recognized
8+
No stack from fake GDB!
9+
DBX backtrace command failed : Stack trace not produced for crash
10+
Errors from DBX:
11+
dbx: fakecore has unsupported architecture or file format
12+
dbx: program is not active
13+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<-CMD:gdb -q -batch -x /tmp/354777.1.short/tmpHraTBzcoreCommands.gdb /bin/grep fakecore
2+
->ERR:"core" is not a core dump: File format not recognized
3+
No stack from fake GDB!
4+
<-CMD:dbx -f -q -c "where; quit" /bin/grep fakecore
5+
->ERR:dbx: fakecore has unsupported architecture or file format
6+
dbx: program is not active
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fakecore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Segmentation Fault in __pollsys
2+
-------------------------------
3+
(Core file at fakecore)
4+
(Created by binary /bin/grep)
5+
t@2 (l@2) program terminated by signal SEGV (Segmentation Fault)
6+
Stack trace from DBX :
7+
__pollsys
8+
_pollsys
9+
_pselect
10+
_select
11+
floatsleep
12+
time_sleep
13+
call_function
14+
PyEval_EvalFrame
15+
fast_function
16+
call_function
17+
PyEval_EvalFrame
18+
PyEval_EvalCodeEx
19+
function_call
20+
PyObject_Call
21+
ext_do_call
22+
PyEval_EvalFrame
23+
fast_function
24+
call_function
25+
PyEval_EvalFrame
26+
PyEval_EvalCodeEx
27+
function_call
28+
PyObject_Call
29+
instancemethod_call
30+
PyObject_Call
31+
PyEval_CallObjectWithKeywords
32+
t_bootstrap
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<-CMD:gdb -q -batch -x /tmp/354774.1.short/tmpBei1PVcoreCommands.gdb /bin/grep fakecore
2+
->OUT:(no debugging symbols found)...#0 0x0000000000000000 in ?? ()
3+
#0 0x0000000000000000 in ?? ()
4+
->ERR:
5+
warning: Couldn't find general-purpose registers in core file.
6+
7+
8+
warning: Wrong size fpregset in core file.
9+
10+
warning: Lowest section in /usr/lib/sparcv9/libdl.so.1 is .dynamic at 00000000000000e8
11+
12+
warning: Lowest section in /usr/lib/sparcv9/libthread.so.1 is .dynamic at 00000000000000b0
13+
14+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
15+
16+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
17+
18+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
19+
20+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
21+
22+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
23+
24+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
25+
26+
warning: sol_thread_new_objfile: td_ta_new: Debugger service failed
27+
28+
warning: Couldn't find general-purpose registers in core file.
29+
30+
31+
warning: Wrong size fpregset in core file.
32+
<-CMD:dbx -f -q -c "where; quit" /bin/grep fakecore
33+
->OUT:core file header read successfully
34+
t@2 (l@2) program terminated by signal SEGV (Segmentation Fault)
35+
0xffffffff7e1ce4a0: __pollsys+0x0008: blu _cerror ! 0xffffffff7e12cdc4
36+
current thread: t@2
37+
=>[1] __pollsys(0x4, 0x0, 0xffffffff7cffa990, 0x0, 0xffffffff7d900000, 0x0), at 0xffffffff7e1ce4a0
38+
[2] _pollsys(0xffffffff7cffa8d0, 0x0, 0xffffffff7cffa990, 0x0, 0x0, 0x0), at 0xffffffff7e1c08f4
39+
[3] _pselect(0x0, 0xffffffff7cffa8d0, 0xffffffff7e2ed5e8, 0xffffffff7e2ed5e8, 0xffffffff7cffa990, 0x0), at 0xffffffff7e16d0ec
40+
[4] _select(0x0, 0x0, 0x0, 0x0, 0xffffffff7cffaab0, 0x2f800), at 0xffffffff7e16d490
41+
[5] floatsleep(0x100000, 0xffffffff7d502928, 0xffffffff7cffab70, 0xffffffffffeffd20, 0x1002b4, 0x100000), at 0xffffffff7d5029d0
42+
[6] time_sleep(0x0, 0x1001b0510, 0x1c00, 0x1, 0x10138c, 0x1c00), at 0xffffffff7d5018bc
43+
[7] call_function(0xffffffff7cffad78, 0x100222fa0, 0x1001b0510, 0x100178580, 0x0, 0xffffffff7f307e60), at 0xffffffff7f1b3b10
44+
[8] PyEval_EvalFrame(0x1001783f0, 0x83, 0x0, 0xffffffff7f322220, 0x0, 0x1001aeea0), at 0xffffffff7f1b06ac
45+
[9] fast_function(0x0, 0xffffffff7cffb058, 0x0, 0x0, 0x0, 0x0), at 0xffffffff7f1b40a8
46+
[10] call_function(0xffffffff7cffb058, 0x2, 0x0, 0x100177ff8, 0xffffffff7f1acfe0, 0xffffffff7f307e60), at 0xffffffff7f1b3e60
47+
[11] PyEval_EvalFrame(0x100177e70, 0x83, 0x0, 0xffffffff7f322220, 0x0, 0x1001aede0), at 0xffffffff7f1b06ac
48+
[12] PyEval_EvalCodeEx(0x1001a1880, 0x100144200, 0x0, 0x100103068, 0x100177e70, 0x100177ff8), at 0xffffffff7f1b2064
49+
[13] function_call(0x100227578, 0x100103050, 0x1002667f0, 0x100147160, 0x0, 0xffffffff7cffb24c), at 0xffffffff7f1509fc
50+
[14] PyObject_Call(0x100227578, 0x100103050, 0x1002667f0, 0x100103050, 0x1d03ac, 0xffffffff7f307e60), at 0xffffffff7f137adc
51+
[15] ext_do_call(0x0, 0xffffffff7cffb4f0, 0x100103050, 0x0, 0x0, 0x100103050), at 0xffffffff7f1b4948
52+
[16] PyEval_EvalFrame(0x1001c69c0, 0x4, 0x0, 0xffffffff7f322220, 0x0, 0x1001ba298), at 0xffffffff7f1b07bc
53+
[17] fast_function(0xfffffffffffffffd, 0x1001c6b50, 0x100184300, 0x0, 0x1, 0x1001c3d90), at 0xffffffff7f1b40a8
54+
[18] call_function(0xffffffff7cffb7d8, 0x0, 0x1, 0x1001842f8, 0xffffffff7f1acfe0, 0xffffffff7f307e60), at 0xffffffff7f1b3e60
55+
[19] PyEval_EvalFrame(0x100184150, 0x83, 0x0, 0xffffffff7f322220, 0x0, 0x1001b7db0), at 0xffffffff7f1b06ac
56+
[20] PyEval_EvalCodeEx(0x1001bc1f0, 0x100169060, 0x1001842e0, 0x1001b0468, 0x100184150, 0x0), at 0xffffffff7f1b2064
57+
[21] function_call(0x1002258c0, 0x1001b0450, 0x0, 0x42f48, 0x1b75d4, 0x4), at 0xffffffff7f150a4c
58+
[22] PyObject_Call(0x1002258c0, 0x1001b0450, 0x0, 0x7, 0x1d03ac, 0xffffffff7f307e60), at 0xffffffff7f137adc
59+
[23] instancemethod_call(0x1001a72d0, 0x1001b0450, 0x0, 0x0, 0xffffffff7da018f0, 0x0), at 0xffffffff7f141394
60+
[24] PyObject_Call(0x1001a72d0, 0x100103050, 0x0, 0x2c0, 0x1d03ac, 0xffffffff7f307e60), at 0xffffffff7f137adc
61+
[25] PyEval_CallObjectWithKeywords(0x1001a72d0, 0x100103050, 0x0, 0xffffffff7f307e60, 0x0, 0x104800), at 0xffffffff7f1b36dc
62+
[26] t_bootstrap(0x100148f70, 0x1fc000, 0x0, 0x100222fa0, 0xffffffff7f307e60, 0x1), at 0xffffffff7f1e3c80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin/grep
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
NormalInfo
2+
3+
# Fall back on calling dbx if gdb bails out
4+
UseDbx
5+
6+
# Check that we keep the intermittent debugging info
7+
DebuggingInfo
8+
EmptyCore
9+
10+
# Copy of EmptyCore, where binary doesn't exist
11+
NoBinary
12+
13+
# GDB bails out...
14+
UnreadableCore
15+
16+
# Put the stack trace info at the beginning - has caused problems before!
17+
InitialStackTrace
18+
19+
# Check we give a nice error if the file isn't there
20+
NoFile

TestSelf/CollateFiles/UnixCoreFiles/Console/CoreInterpretFailure/traffic.texttest

-2
This file was deleted.

TestSelf/CollateFiles/UnixCoreFiles/GUI/RecomputeCrash/traffic.texttest

-9
This file was deleted.

TestSelf/CollateFiles/UnixCoreFiles/GUI/SaveCrash/traffic.texttest

-9
This file was deleted.

TestSelf/CollateFiles/UnixCoreFiles/Console/BatchCrash/traffic.texttest renamed to TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/BatchCrash/traffic.texttest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Console/BatchCrash/texttesttmp/self_test.03Jul110301.30626/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Console/BatchCrash/texttesttmp/self_test.03Jul110301.30626/core/DumpCore/core
1+
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/BatchCrash/texttesttmp/self_test.03Jul110301.30626/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/BatchCrash/texttesttmp/self_test.03Jul110301.30626/core/DumpCore/core
22
->OUT:Segmentation fault in ___newselect_nocancel
33
-------------------------------------------
44
(Core file at /carm/proj/texttest-tmp/geoff/texttest.11Dec180717/texttest/TestSelf/CollateFiles/UnixOnly/Console/BatchCrash/texttesttmp/console.11Dec180740/core/DumpCore/core)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WARNING: Errors occurred running collate_script(s) interpretcore
22
while trying to extract file at
3-
/carm/proj/texttest-tmp/geoff/texttest.27Aug181759.21836/texttest/TestSelf/CollateFiles/UnixCoreFiles/Console/CoreInterpretFailure/texttesttmp/console.27Aug181834.5540/core/DumpCore/core :
3+
/carm/proj/texttest-tmp/geoff/texttest.27Aug181759.21836/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/CoreInterpretFailure/texttesttmp/console.27Aug181834.5540/core/DumpCore/core :
44
interpretcore.py had a bad day and probably threw a nasty exception
55

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/CoreInterpretFailure/texttesttmp/console.03Jul110301.4976/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/CoreInterpretFailure/texttesttmp/console.03Jul110301.4976/core/DumpCore/core
2+
->ERR:interpretcore.py had a bad day and probably threw a nasty exception

TestSelf/CollateFiles/UnixCoreFiles/Console/InteractiveCrash/traffic.texttest renamed to TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/InteractiveCrash/traffic.texttest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Console/InteractiveCrash/texttesttmp/console.03Jul110300.18809/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Console/InteractiveCrash/texttesttmp/console.03Jul110300.18809/core/DumpCore/core
1+
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/InteractiveCrash/texttesttmp/console.03Jul110300.18809/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/InteractiveCrash/texttesttmp/console.03Jul110300.18809/core/DumpCore/core
22
->OUT:Segmentation fault in ___newselect_nocancel
33
-------------------------------------------
44
(core file at carm/proj/texttest-tmp/geoff/texttest.11Dec180717/texttest/TestSelf/CollateFiles/UnixOnly/Console/InteractiveCrash/texttesttmp/console.11Dec180740/core/DumpCore/core)

TestSelf/CollateFiles/UnixCoreFiles/Console/ReconnectUnreadableCore/output.texttest renamed to TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/ReconnectUnreadableCore/output.texttest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Using Application CORE
2-
Reconnecting to test results in directory /carm/proj/texttest-tmp/geoff/texttest.01Jun095308.16635/texttest/TestSelf/CollateFiles/UnixCoreFiles/Console/ReconnectUnreadableCore/texttesttmp/local.01Jun094958.16578/core
2+
Reconnecting to test results in directory /carm/proj/texttest-tmp/geoff/texttest.01Jun095308.16635/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/ReconnectUnreadableCore/texttesttmp/local.01Jun094958.16578/core
33
Reconnecting to CORE test-suite TargetApp
44
Reconnecting to CORE test-case DumpCore (recomputing)
55
Comparing differences for CORE test-suite TargetApp

TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/ReconnectUnreadableCore/texttesttmp/local.01Jun094958.16578/core/DumpCore/errors.core

Whitespace-only changes.

TestSelf/CollateFiles/UnixCoreFiles/Integration/Console/ReconnectUnreadableCore/texttesttmp/local.01Jun094958.16578/core/DumpCore/output.core

Whitespace-only changes.

TestSelf/CollateFiles/UnixCoreFiles/Integration/GUI/InteractiveCrash/errors.texttest

Whitespace-only changes.

TestSelf/CollateFiles/UnixCoreFiles/GUI/InteractiveCrash/traffic.texttest renamed to TestSelf/CollateFiles/UnixCoreFiles/Integration/GUI/InteractiveCrash/traffic.texttest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/GUI/InteractiveCrash/texttesttmp/dynamic_gui.03Jul110302.19896/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/GUI/InteractiveCrash/texttesttmp/dynamic_gui.03Jul110302.19896/core/DumpCore/core
1+
<-CMD:cd /nfs/vm/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/GUI/InteractiveCrash/texttesttmp/dynamic_gui.03Jul110302.19896/core/DumpCore; interpretcore /carm/proj/texttest-tmp/geoff/texttest.03Jul110252.5893/texttest/TestSelf/CollateFiles/UnixCoreFiles/Integration/GUI/InteractiveCrash/texttesttmp/dynamic_gui.03Jul110302.19896/core/DumpCore/core
22
->OUT:Segmentation fault in ___newselect_nocancel
33
-------------------------------------------
44
Program terminated with signal 11, Segmentation fault.

TestSelf/CollateFiles/UnixCoreFiles/Integration/GUI/RecomputeCrash/TargetApp/Test/errors.hello

Whitespace-only changes.

TestSelf/CollateFiles/UnixCoreFiles/Integration/GUI/RecomputeCrash/errors.texttest

Whitespace-only changes.

0 commit comments

Comments
 (0)