brackets-typescript icon indicating copy to clipboard operation
brackets-typescript copied to clipboard

Crash 'pure virtual called' on Ubuntu 14.04

Open jotak opened this issue 11 years ago • 5 comments
trafficstars

Hello, I open this ticket even if I'm really not sure if it's caused by brackets-typescript plugin. There's a ticket opened on bracket's github, and it happens it might be related to typescript extension : https://github.com/adobe/brackets/issues/9166

Quoting myself: I'm running Xubuntu 14.04 on two PC's, both of them are affected. I can't find any particular scenario to reproduce, it seems to happen unpredictably. I use the latest official version (not from github): Version 1.0 - 1.0.0-15191 (release 3f2eb90) but I had the same issue with previous versions before 1.0 (can't remember the exact build).

What I can say, if it helps:

  • I use typescript extensions
  • It happens whether I'm writting Javascript, Typescript or even Markdown ; can't find any pattern here
  • Terminal shows "pure virtual method called terminate called without an active exception"
  • I tried to move out extensions "JavaScriptCodeHints" and "JSLint" from brackets/www/extensions/default/ , but still the problem persists

Any idea?

jotak avatar Nov 13 '14 13:11 jotak

Honestly I have no clue :/ If you happens to have more logs ...

fdecampredon avatar Nov 13 '14 14:11 fdecampredon

Also I know that this extension actually use some deprecated methods :/. I'm working on a new version with 1.3 support but it should not be ready soon

fdecampredon avatar Nov 13 '14 14:11 fdecampredon

Ok, thank you for quick reply. I don't have much more information to give unfortunately... Thanks also for this valuable extension!

jotak avatar Nov 13 '14 18:11 jotak

np :)

fdecampredon avatar Nov 13 '14 18:11 fdecampredon

May be if you could identify what some of these deprecated methods are then I could add debug (console.log) around the method calls and then we might have a chance of figuring out if one of them is to blame. The crash happens often enough to me. It will trigger sooner or later...

(Looking forward to a 1.3 update too!)

sedwards2009 avatar Nov 17 '14 12:11 sedwards2009