-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Crash 'pure virtual called' on Ubuntu 14.04 64bit, #9166
Comments
I've never seen this (or any other crash for that matter) on my Ubuntu 14.04 64bit. @sedwards2009: You may want to correct the issue title, as it seems you are not using Ubuntu 14.04 64bit, and are using Kubuntu 13.04, 64bit. |
It is 14.04, 64bit sorry. Kubuntu uses the same base libraries as Ubuntu, so that should not matter (famous last words). |
It is worth noting that this problem has only appeared in the last 0.43 release. I don't recall the releases before this having this problem. |
The changes in the native-code bits between 0.42 and 0.43 were extremely minimal: adobe/brackets-shell@release-0.42...release-0.43#commits_bucket. So it's unlikely that any new bug was injected there -- but it's possible that an existing bug was already lurking, and some change in the JS bits just recently exposed it... Or could something have changed with your machine configuration? |
The only thing I can think of is that Brackets is somehow picking up bad library somewhere. @Mark-Simulacrum says that he doesn't have this problem on his Ubuntu 14.04. What I could do is use 'ldd' and post the results. Maybe my Brackets finds slightly different libraries than Mark's. |
One more thing that I should probably note about my install. I run Brackets from So if any changes have been introduced in |
@Mark-Simulacrum how do you load brackets master without building the shell? |
on |
@JeffryBooher Pretty sure you can just run the But I think @Mark-Simulacrum's last comment needs some clarity... Mark, if you're not running the |
I am running Brackets from adobe/brackets master and the latest stable Brackets-Shell |
Hello, What I can say, if it helps:
|
I'm also using TypeScript, and have had it crash when editing TypeScript, Javascript and/or Markdown. |
Brackets occasionally crashes on me. This morning it happen while editing a new (unsaved) document as plain text:
After which point the window stays open but is just grey. I ctrl+c'ed it. It just happens during normal typing and a I don't see any other kind of pattern to it. It has also happened to me when editing a JS file.
Brackets version info:
On Ubuntu 14.04, 64bit. (Kubuntu variant)
The text was updated successfully, but these errors were encountered: