GNOME Bugzilla – Bug 597113
Crashed on project's load.
Last modified: 2009-10-15 16:17:44 UTC
Created attachment 144592 [details] [review] Patch for this bug backtrace:
+ Trace 218002
*** Bug 597275 has been marked as a duplicate of this bug. ***
which project are you trying to load? Is it a Makefile.am based?
(In reply to comment #2) > which project are you trying to load? Is it a Makefile.am based? It crash on every project (i try only Makefile.am based). Also It crash Even If I create new project from template (Generic minimal)
this is very very strange, because I never heard of something like this happening. Which libgda version are you running? Are you compiling Anjuta from source or using a pre-built binary? Which distrib are you running?
Comment on attachment 144592 [details] [review] Patch for this bug this does not solve completely the problem. It does not fix the sdb_engine_get_tuple_id_by_unique_name2 etc. functions.
something must have changed on libgda or glib. I'll provide a fix in 1-2 days.
(In reply to comment #4) > Which libgda version are you running? 4.0.4 > Are you compiling Anjuta from source or using a pre-built binary? pre-built binary(amd64)/ from source(x86) > Which distrib are you running? Ubuntu 9.10 (amd64 and x86)
Debian sid amd64 and libgda4. Please apply that patch, it's even more reasonable than the current insane checks in the code.
fixed on master and gnome-2-28 branch. The crash was maybe caused by a --g-fatal-warnings added to Makefile. Now the tests are improved, even if those macros already checks for NULL values.
Can you please cherry-pick this to gnome-2-28? Thanks!
according to http://git.gnome.org/cgit/anjuta?h=gnome-2-28 it seems it has been pushed, do you confirm?
yes, thanks!
*** Bug 598510 has been marked as a duplicate of this bug. ***