View Issue Details

IDProjectCategoryView StatusLast Update
0000902Ecere SDKidepublic2016-04-19 05:29
Reporterredj Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status newResolutionopen 
Product Version0.44.07 
Target Version0.46 eC II 
Summary0000902: IDE crash when updating a library that the IDE is parsing against and hitting a compile error
Description  0 check_match Function, dl-lookup.c:133
  1 do_lookup_x Function, dl-lookup.c:250
  2 _dl_lookup_symbol_x Function, dl-lookup.c:739
  3 do_sym Function, dl-sym.c:178
  4 dlsym_doit Function, dlsym.c:51
  5 _dl_catch_error Function, dl-error.c:178
  6 _dlerror_run Function, dlerror.c:164
  7 __dlsym Function, dlsym.c:71
  8 Instance_Module_Load Function, /h/r/s/c/ecere-sdk/ecere/src/com/instance.c:461
  9 __ecereNameSpace__ecere__com__Module_Load Function, /h/r/s/c/ecere-sdk/ecere/src/com/instance.ec:5213
 10 __ecereNameSpace__ecere__com__eModule_LoadStrict Function, /h/r/s/c/ecere-sdk/ecere/src/com/instance.ec:5294
 11 inside ??, /usr/lib/ec/libec.so
 12 inside ??, /usr/lib/ec/libec.so
 13 inside ??, /usr/lib/ec/libec.so
 14 CodeEditor_ParseCode Method, src/designer/CodeEditor.ec:2894
 15 CodeEditor_UpdateFormCode Method, src/designer/CodeEditor.ec:4426
 16 CodeEditor_OnSaveFile Method, src/designer/CodeEditor.ec:2200
 17 __ecereNameSpace__ecere__gui__Window_MenuFileSave Method, /h/r/s/c/ecere-sdk/ecere/src/gui/Window.ec:7254
 18 ProjectView_Compile Method, src/project/ProjectView.ec:1069
 19 __ecereInstMeth___ecereNameSpace__ecere__gui__controls__MenuItem_NotifySelect__00000077 Function, src/ide.ec:2799
 20 __ecereNameSpace__ecere__gui__controls__PopupMenu_MenuItemSelection Method, /h/r/s/c/ecere-sdk/ecere/src/gui/controls/Menu.ec:891
 21 __ecereNameSpace__ecere__gui__controls__PopupMenu_CheckAccelerators Method, /h/r/s/c/ecere-sdk/ecere/src/gui/controls/Menu.ec:913
 22 __ecereNameSpace__ecere__gui__controls__PopupMenu_CheckAccelerators Method, /h/r/s/c/ecere-sdk/ecere/src/gui/controls/Menu.ec:906
 23 __ecereNameSpace__ecere__gui__controls__PopupMenu_OnKeyHit Method, /h/r/s/c/ecere-sdk/ecere/src/gui/controls/Menu.ec:1353
 24 __ecereNameSpace__ecere__gui__Window_KeyMessage Method, /h/r/s/c/ecere-sdk/ecere/src/gui/Window.ec:4617
 25 __ecereNameSpace__ecere__gui__Window_KeyMessage Method, /h/r/s/c/ecere-sdk/ecere/src/gui/Window.ec:4648
 26 __ecereNameSpace__ecere__gui__drivers__ProcessKeyMessage Function, /h/r/s/c/ecere-sdk/ecere/src/gui/drivers/XInterface.ec:747
 27 __ecereNameSpace__ecere__gui__drivers__XInterface_ProcessInput Method, /h/r/s/c/ecere-sdk/ecere/src/gui/drivers/XInterface.ec:1282
 28 __ecereNameSpace__ecere__gui__GuiApplication_ProcessInput Method, /h/r/s/c/ecere-sdk/ecere/src/gui/GuiApplication.ec:801
 29 __ecereNameSpace__ecere__gui__GuiApplication_Main Method, /h/r/s/c/ecere-sdk/ecere/src/gui/GuiApplication.ec:712
 30 main Function, obj/debug.linux/ide.main.ec:4197
Steps To Reproduceopen a project with a file that does import "someEcereLib"
works with import "ecere" too but will crash debugging ide as well :P
so, steps
 - open epj
 - open .ec file that has the import "someLib"
 - hit ctrl+f7
 - update the library (could be relink ecere lib and make install)
 - introduce an error in your code
 - hit ctrl+f7
crash!
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-05-07 20:52 redj New Issue
2016-04-19 05:29 jerome Target Version 0.44.12 Fixes => 0.46 eC II