-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drwrap-test failure #791
Comments
From [email protected] on June 04, 2012 10:31:38 A run from command line, however, works fine: $ ./bin64/drrun.exe -debug -ops "-stderr_mask 0xC -msgbox_mask 0 -dumpcore_mask 0xfd -staged" -client ./suite/tests/bin/client.drwrap-test.dll.dll 0 "" -- ./suite/tests/bin/client.drwrap-test.exe "D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/suite/tests/bin/client.drwrap-test.appdll.dll" |
From [email protected] on June 04, 2012 10:43:59 On bot, the drutil also failed, but cannot reproduce locally. http://build.chromium.org/p/client.drmemory/builders/win-vista_x64-dr/builds/1732/steps/Build%20and%20test%20DR/logs/summary%3A%209%20failed%2C%203%20flaky%20failed http://build.chromium.org/p/client.drmemory/builders/win-vista_x64-dr/builds/1732 |
From [email protected] on September 07, 2012 14:39:13 drwrap-test fails for me on ia32 reliably. Under gdb, it stops here: Program received signal SIGTRAP, Trace/breakpoint trap. Weird! If I revert r1539 , the test passes. Continuing to look into it. Owner: [email protected] |
From [email protected] on September 07, 2012 15:29:07 Looks like we end up flushing the fragment that the clean call is trying to return to: #0 flush_fragments_in_region_start(base=0xf7787faa size=1) #0 flush_fragments_in_region_start(base=0xf7787f32 size=1) And then we hit a breakpoint after continuing: |
From [email protected] on September 11, 2012 08:11:04 This issue was closed by revision r1576 . Status: Fixed |
From [email protected] on June 04, 2012 13:29:07
$ ctest -V -I 68,68
UpdateCTestConfiguration from :D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/DartConfiguration.tcl
Parse Config file:D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/DartConfiguration.tcl
UpdateCTestConfiguration from :D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/DartConfiguration.tcl
Parse Config file:D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/DartConfiguration.tcl
Test project D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 68
Start 68: code_api|client.drwrap-test
68: Test command: D:\src\cygwin\home\zhaoqin\Workspace\DynamoRIO\builds\build_debug-internal-64\bin64\drrun.exe "-s" "60" "-quiet" "-exit0" "-ops" "-stderr_mask 0xC -msgbox_mask 0 -dumpcore_mask 0xfd -staged -code_api -client_lib 'D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/suite/tests/bin/client.drwrap-test.dll.dll;0;' -code_api " "-use_dll" "D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/lib64/debug/dynamorio.dll" "D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/suite/tests/bin/client.drwrap-test.exe" "D:/src/cygwin/home/zhaoqin/Workspace/DynamoRIO/builds/build_debug-internal-64/suite/tests/bin/client.drwrap-test.appdll.dll"
68: Test timeout computed to be: 1500
68: thread.appdll process init
68:
68: in level0 42
68:
68: in level1 42 1111
68: <pre-makes_tailcall>
68:
68: in level2 1153
68:
68: <post-makes_tailcall>
68:
68: level1 returned -4
68:
68: level0 returned 42
68:
68: skipme returned 7 and x=3
68: replaceme returned 0 and x=6
68: replaceme2 returned 1 and x=999
68:
68: in preonly
68: in postonly
68:
68: in skipme
68: in postonly
68: in runlots 1024
68:
68:
68: long0 A
68:
68:
68: long1 A
68:
68:
68: long2 A
68:
68:
68: long3 A
68:
68:
68:
68:
68:
68:
68:
68:
68: longdone
68: loaded library
68: thread.appdll process init
68:
68: in level0 42
68:
68: in level1 42 1111
68: <pre-makes_tailcall>
68:
68: in level2 1153
68:
68: <post-makes_tailcall>
68:
68: level1 returned -4
68:
68: level0 returned 42
68:
68: skipme returned 7 and x=3
68: replaceme returned 0 and x=6
68: replaceme2 returned 1 and x=999
68:
68: in preonly
68: in postonly
68:
68: in skipme
68: in postonly
68: in runlots 1024
68:
68: long0 A
68:
68: long1 A
68:
68: long2 A
68:
68: long3 A
68:
68:
68:
68:
68: longdone
68: loaded library
68: thank you for testing the client interface
68: all done
?/1 Test
#68
: code_api|client.drwrap-test ......***Failed Required regular expression not found.Regex=[^] 1.51 sec0% tests passed, 1 tests failed out of 1
Total Test time (real) = 2.06 sec
The following tests FAILED:
68 - code_api|client.drwrap-test (Failed)
Errors while running CTest
The failure also starts showing in bots http://build.chromium.org/p/client.drmemory/builders/win-vista_x64-dr/builds/1729/steps/Build%20and%20test%20DR/logs/stdio
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=791
The text was updated successfully, but these errors were encountered: