-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Crash in Brackets Sprint 30 #5132
Comments
Adding the "Mac only" label, because the two reports we had were both from Mac users. |
Unfortunately I completely failed to write down the procedure I figured out for symbolizing a crash log like this, but it basically involved downloading the symbol file for the appropriate version of CEF, cutting the column of stack addresses out of the stack trace, and using |
Assigning to me for now. |
I did write down the procedure for symbolizing a crash log. I'm in meetings until noon pacific, but I could steal this from you and symbolize the stack trace after that. |
Looks like I'm free at 1 PT, so if you're free before that feel free to grab it, otherwise I can look at it then. |
This appears to be a v8 bug. I'm hoping that we can find out if it's been fixed already. I'm going to mark this tracking for now, because I don't think there's anything we can do on our end just yet. |
@dangoor Like you asked on thread https://groups.google.com/forum/?fromgroups#!topic/brackets-dev/PHvGHgmKEvc here's my crash log, I also want to add that I've seen the same slowdown before with Ctrl-X on windows as well (edited by @dangoor to move the crashlog elsewhere.) This crash log shows an error in v8's incremental GC. |
Thanks for the info @Janpot. Your crash appears to be in v8 also, but in a different place. |
Adding recommendations from Niklas to get additional information. At this point I lower the priority as we don't see a high volume and we don't have repro steps.
On Mac OS X, add "limit core unlimited" to /etc/launchd.conf and reboot the machine.
|
As just an FYI, I just had this happen again. This time while running Brackets from source, not a release build. I had literally just sat down to do some work, changed my project, turned on Live Connect, and typed some HTML when it went white. I'm going to do the limit action now and reboot. Just noticed - I don't have /etc/launchd.conf. |
@cfjedimaster - can you post your new crash log so we can verify it's the same crash? Thanks. |
@cfjedimaster sorry to hear you experienced the crash once more. From the stack traces, it appears to be memory/GC issues. It would be extremely useful to get a core file for the crash. We have reported the two incidents to the V8 developers and will follow up with any update on the issue. |
I've added it and will reboot soon. On Mon, Sep 16, 2013 at 10:36 AM, Niklas Quarfot Nielsen <
Raymond Camden, Adobe Developer Evangelist Email : raymondcamden@gmail.com |
Hey--would still like to get your latest crash log (even if you don't have a core dump for it) so we can make sure it's the same crash. Thanks. |
Sorry - missed it: On Mon, Sep 16, 2013 at 5:16 PM, Narciso Jaramillo <notifications@github.com
Raymond Camden, Adobe Developer Evangelist Email : raymondcamden@gmail.com |
@cfjedimaster - thanks for the new stack. Were you using the current shell from Sprint 31, or the one from Sprint 30? |
... I hate to say, I'm not 100% sure. I had switched to Sprint 31 a few On Tue, Sep 17, 2013 at 12:49 AM, Narciso Jaramillo <
Raymond Camden, Adobe Developer Evangelist Email : raymondcamden@gmail.com |
I just encountered what I'm assuming is this crash for the first time. I haven't generated a stack trace for it yet, but here's the crash log |
FYI One of our reported issues (http://code.google.com/p/chromium/issues/detail?id=291020) was merged into http://code.google.com/p/chromium/issues/detail?id=291034 and has now been reported as fixed. |
@dangoor Wonder if we can close this now - I don't think we've been hearing about a lot of crashes lately and it seems likely this was fixed in CEF. |
Yes, I say we close this. I haven't been seeing new crash reports. |
We've had two crash reports for Sprint 30. @cfjedimaster reported a crash (with no associated slowdown) while working on a file with unsaved data.
The crash log turned up a problem that arose in v8's parser.
The text was updated successfully, but these errors were encountered: