Closed
Bug 741231
Opened 14 years ago
Closed 13 years ago
crash with emscripten generated code
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: morgan.borman, Unassigned)
Details
Attachments
(1 file)
|
108.87 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 2012021500
Steps to reproduce:
When I load "/test/js/main.html" (included in the attached zip file), the JavaScript library that I have compiled to JavaScript with emscripten https://github.com/kripken/emscripten causes Firefox to crash.
I am using firefox 10.0.2
Actual results:
Firefox crashes with no messages or errors except that the bug report tool pops up.
Expected results:
Firefox should load the file or at least tell me there was an error rather than crashing.
| Reporter | ||
Comment 1•14 years ago
|
||
Supposed to be attached to original post.
Comment 2•14 years ago
|
||
I can't reproduce a crash on FF10, 11 or 14 on 32-bit linux. Perhaps this is a 64-bit specific issue.
| Reporter | ||
Comment 3•14 years ago
|
||
Upgraded to FF11.0 and crash still occurs on my system.
| Reporter | ||
Comment 4•14 years ago
|
||
Also occurs with a fresh profile.
Comment 5•14 years ago
|
||
As I understand it, to reproduce one would have to:
1. unzip the attached file into a folder, then
2. make a HTTP server to serve the contents of the folder (e.g. with |python -m SimpleHTTPServer 8000|), and
3. open a URL like http://localhost:8000/test/js/main.html
This doesn't crash for me either on Mac Firefox 11 or the latest nightly. Do you use the build from mozilla.org? Could you submit a crash report and post the report URL here?
| Reporter | ||
Comment 6•14 years ago
|
||
It can run fine from the local filesystem. No need to put it on a web server.
I'm using the build in the openSuse 12.1 repositories, but I'll get the official build and try that.
How does one acquire the URL from one of those crash report dialogs?
Comment 7•14 years ago
|
||
Er, OK. I thought the file:// pages couldn't access files from the parents dirs, but apparently for <script> it works fine.
Re crash reports: see about:crashes, see https://developer.mozilla.org/En/How_to_get_a_stacktrace_for_a_bug_report#How_to_get_a_crash_ID_with_the_Mozilla_Crash_Reporter
| Reporter | ||
Comment 8•14 years ago
|
||
https://crash-stats.mozilla.com/report/index/b6b0f97c-eceb-431a-8774-3e6672120401
Still trying to get the release ( or any other versions besides the ones from the repository) to actually run on my system. (problems with 64 OS I think) Once I do I'll get some data from them if the issue is still present there.
| Reporter | ||
Comment 9•14 years ago
|
||
Doesn't seem to crash using 32 bit version from openSuse repository.
| Reporter | ||
Comment 10•14 years ago
|
||
Nor with official 11.0 linux binaries.
Comment 11•13 years ago
|
||
WFM per reporter
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•