GNOME Bugzilla – Bug 617734
Aborts when working on project with JavaScript files
Last modified: 2010-05-06 12:33:03 UTC
I'm using version 2.30.1.0-0ubuntu1. I've experienced this crash first while importing GNOME Shell sources into a new project, using the Autotools backend. Though, it seems that the project was created correctly. But the crash happened several times while I was working on C files in Anjuta. Hope the trace isn't too bad, I could not better symbols. Assertion seems to come from : file=0x808c62f "js_parser/js-context.c", line=288, func=0x808c6e4 "js_context_get_node_type", message=0x0) Ubuntu bug is at https://bugs.launchpad.net/ubuntu/+source/anjuta/+bug/575636
+ Trace 221725
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. I am going to backport the change into gnome-2-30 branch. The actual problem is that the language-support plugin for javascript is loaded even when editing C files which is wrong and shouldn't happen.
Cool, thanks!