-
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
APP CRASH (x64 net_unittests) #1135
Comments
From bruen...@google.com on March 30, 2013 19:37:49 ipc_unittests under drmem also crashed. not sure if related: http://build.chromium.org/p/client.drmemory/builders/linux-cr/builds/1620 |
From bruen...@google.com on April 21, 2013 10:31:37 and unit_tests. again not sure if the same underlying issue: http://build.chromium.org/p/client.drmemory/builders/linux-cr/builds/1884/steps/unit_tests/logs/stdio [ RUN ] SyncFileSystemServiceTest.SimpleSyncFlowWithFileBusy |
From bruen...@google.com on April 22, 2013 07:41:30 again, SyncFileSystemServiceTest.SimpleSyncFlowWithFileBusy failed: http://build.chromium.org/p/client.drmemory/builders/linux-cr/builds/1894/steps/unit_tests/logs/stdio it's not running w/ any exclusions, or these linux logs just don't show them? |
From zhao...@chromium.org on May 04, 2013 19:25:41 In ipc_tests too: http://build.chromium.org/p/client.drmemory/builders/linux-cr/builds/2039/steps/ipc_tests/logs/stdio [ OK ] IPCSyncChannelTest.Recursive (48 ms) |
From qin.zhao@gmail.com on May 04, 2013 19:26:48 When try to reproduce, see different assert: [ RUN ] IPCChannelPosixTest.AdvancedConnected |
From zhao...@google.com on May 06, 2013 09:39:47 The assert /home/zhaoqin/Workspace/DynamoRIO/dynamorio.git/core/unix/signal.c:1892 sig <= MAX_SIGNUM is caused by app actually calling sigaction with sig value 65. void ResetChildSignalHandlersToDefaults(void) { signum is increased till sigaction fail, when signum is 65. |
From zhao...@google.com on May 07, 2013 10:24:52 when run net_unittests, see following rank order violation errors sometime: 12:33|zhaoqin@zhaoqin:~/Workspace/Chrome/chromium.git/src/out/Debug(master)
callstack: the two locks: |
From bruen...@google.com on May 14, 2013 08:56:00 rank order is issue #1157 |
From bruen...@google.com on May 14, 2013 12:38:54 I can repro w/o xvfb-run and on just that subtest: /work/dr/git/exports/bin64/drrun -debug -stderr_mask 15 -appfault_mask 0x3 -msgbox_mask 12 -- out/Release/net_unittests --gtest_filter=X509UtilNSSTest.CreateDomainBoundCertEC[ RUN ] X509UtilNSSTest.CreateDomainBoundCertEC Received signal 11 SEGV_MAPERR 000000000000
Got signal at pc 0x000000005630b468 in this fragment: 0x000000005630b454 48 8d 54 24 10 lea 0x10(%rsp) -> %rdx Going to receive signal now but this happens natively too! so not DR's fault for that one at least. |
From bruen...@google.com on May 15, 2013 07:06:32 I see a lot of issue #1158 in net_unittests |
From zhao...@chromium.org on August 06, 2014 15:32:51 there are 215 tests crash in net_unittests
|
From bruen...@google.com on March 28, 2013 11:14:41
I believe we've seen this a few times now: http://build.chromium.org/p/client.drmemory/builders/linux-cr/builds/1595/steps/net_unittests/logs/stdio ../dynamorio/build/bin64/drrun -stderr_mask 12 -- ../../linux-cr-builder/build/src/out/Release/net_unittests '--gtest_filter=-CertDatabaseNSSTest.ImportCACertHierarchy*'
...
[ RUN ] DiskCacheEntryTest.TruncateDataNoBuffer
Segmentation fault
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1135
The text was updated successfully, but these errors were encountered: