Skip to content
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

Bus error from tools/testing/bin/macos/dart in r28631 #14343

Closed
peter-ahe-google opened this issue Oct 23, 2013 · 7 comments
Closed

Bus error from tools/testing/bin/macos/dart in r28631 #14343

peter-ahe-google opened this issue Oct 23, 2013 · 7 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-io os-osx

Comments

@peter-ahe-google
Copy link
Contributor

The last few lines were:

[43:01 | 85% | +10752 | - 558]2013-10-23 14:37:12.384 Warning: HttpServer: could not find file for request path: "/root_build/generated_tests/dart2js-drt/tests_html_safe_dom_test/_.png"
[43:34 | 86% | +10833 | - 558]Bus error: 10

I assume this is some kind of bug in dart:io, and I'll add more information if I see this problem again.

I'm filing this bug initially marked as "CannotReproduce", because I'm not sure I can reproduce the problem. It took 43 minutes to crash.

@peter-ahe-google
Copy link
Contributor Author

Added OpSys-OSX label.

@peter-ahe-google
Copy link
Contributor Author

It happened again. This time after 9:40 minutes.


Added Triaged label.

@peter-ahe-google
Copy link
Contributor Author

I ran the program under gdb and got:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x0000000c
[Switching to process 69308 thread 0x242f]
0x00157e19 in Dart_NewNativePort ()
(gdb) t a a bt

Thread 179 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 178 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 177 (process 69308):
#­0 0x00157e19 in Dart_NewNativePort ()
#­1 0x0015bab1 in Dart_NewNativePort ()
#­2 0x00129c42 in Dart_NewNativePort ()
#­3 0x000cc15a in Dart_NewNativePort ()
#­4 0x000ce666 in Dart_NewNativePort ()
#­5 0x000cec39 in Dart_NewNativePort ()
#­6 0x000c471b in Dart_NewNativePort ()
#­7 0x0065906c in ?? ()
#­8 0x03281c9e in ?? ()
#­9 0x0af41143 in ?? ()
#­10 0x06f2d644 in ?? ()
#­11 0x1b06b080 in ?? ()
#­12 0x06f390dd in ?? ()
#­13 0x06f136f5 in ?? ()
#­14 0x06f202b3 in ?? ()
#­15 0x2a6c31db in ?? ()
#­16 0x06f15326 in ?? ()
#­17 0x037df6c0 in ?? ()
#­18 0x0af7bae5 in ?? ()
#­19 0x06f3c4e8 in ?? ()
#­20 0x0af79aa5 in ?? ()
#­21 0x0af79f42 in ?? ()
#­22 0x03281087 in ?? ()
#­23 0x000d6536 in Dart_NewNativePort ()
#­24 0x000d6714 in Dart_NewNativePort ()
#­25 0x000d75a6 in Dart_NewNativePort ()
#­26 0x00191690 in Dart_NewNativePort ()
#­27 0x00195494 in Dart_NewNativePort ()
#­28 0x0019575f in Dart_NewNativePort ()
#­29 0x00195d92 in Dart_NewNativePort ()
#­30 0x0024ea87 in Dart_NewNativePort ()
#­31 0x0024e6f6 in Dart_NewNativePort ()
#­32 0x00039f2d in Dart_NewNativePort ()
#­33 0x9253f5b7 in _pthread_start ()
#­34 0x92529dce in thread_start ()

Thread 176 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 172 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 171 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 170 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 165 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 163 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 158 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x925442e9 in _pthread_cond_wait ()
#­2 0x92544572 in pthread_cond_timedwait_relative_np ()
#­3 0x00039506 in Dart_NewNativePort ()
#­4 0x0024eb22 in Dart_NewNativePort ()
#­5 0x0024e6f6 in Dart_NewNativePort ()
#­6 0x00039f2d in Dart_NewNativePort ()
#­7 0x9253f5b7 in _pthread_start ()
#­8 0x92529dce in thread_start ()

Thread 4 (process 69308):
#­0 0x977bdd2e in poll$UNIX2003 ()
#­1 0x0003f3be in Dart_NewNativePort ()
#­2 0x00039f2d in Dart_NewNativePort ()
#­3 0x9253f5b7 in _pthread_start ()
#­4 0x92529dce in thread_start ()

Thread 2 (process 69308):
#­0 0x977bd9ae in kevent ()
#­1 0x0003a734 in Dart_NewNativePort ()
#­2 0x00039f2d in Dart_NewNativePort ()
#­3 0x9253f5b7 in _pthread_start ()
#­4 0x92529dce in thread_start ()

Thread 1 (process 69308):
#­0 0x977bc8e2 in __psynch_cvwait ()
#­1 0x92544280 in _pthread_cond_wait ()
#­2 0x925ca089 in pthread_cond_wait$UNIX2003 ()
#­3 0x0003943d in Dart_NewNativePort ()
#­4 0x0000c8eb in Dart_RunLoop ()
#­5 0x00003261 in start ()

@sgjesse
Copy link
Contributor

sgjesse commented Oct 25, 2013

The actual crash happens in the Dart executable which is hosting the test runner right? Unfortunately that is a quite old version of Dart:

Dart VM version: 0.1.2.0_r27044 (Tue Sep 3 04:46:44 2013) on "linux_ia32"

It would be great to have a crash from a binary with symbols.

Could it be out of memory?

@sgjesse
Copy link
Contributor

sgjesse commented Oct 28, 2013

Removed Priority-Unassigned label.
Added Priority-Medium, Waiting labels.

@kevmoo
Copy link
Member

kevmoo commented May 14, 2014

Removed Area-IO label.
Added Library-IO, Area-Library labels.

@sgjesse
Copy link
Contributor

sgjesse commented Feb 4, 2015

Added AssumedStale label.

@peter-ahe-google peter-ahe-google added Type-Defect os-osx library-io area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant labels Feb 4, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-io os-osx
Projects
None yet
Development

No branches or pull requests

3 participants