Ecere SDK/eC Forums
http://ecere.org/community/
Print view

latest git IDE crashed on March 13[Solved]
http://ecere.org/community/viewtopic.php?f=16&t=225
Page 1 of 1
Author:  samsam598 [ Wed Mar 14, 2012 2:42 am ]
Post subject:  latest git IDE crashed on March 13[Solved]

Greetings!

IDE--Project->new shared libarary includes Form ,release build,built successfully.Now project->close,IDE crashed.I can reproduce the issue.

Regards,
Sam
Author:  jerome [ Wed Mar 14, 2012 10:32 am ]
Post subject:  Re: latest git IDE crashed on March 13

Hi Sam,

I cannot reproduce this.
Could you please describe the steps in more details?
Also, you built from source right?
Please try rebuilding the SDK (make clean) and try reproducing again.

If you still get a crash, please file an issue at http://ecere.com/mantis/ and let me know about the #, I will look into it.

Thanks!

Jerome
Author:  samsam598 [ Wed Mar 14, 2012 7:56 pm ]
Post subject:  Re: latest git IDE crashed on March 13

OK,I will test again.Maybe because I changed the IDE source editor font from default to Consolas 12.Will let you know after I built today's latest git source.
Thanks.

Regards,
Sam
Author:  samsam598 [ Wed Mar 14, 2012 8:16 pm ]
Post subject:  Re: latest git IDE crashed on March 13[Solved]

I built ecere from the latest git source and did not reproduce the same issue any more!

Thanks!

Btw,I noticed the sample/toolbar demo works,it is great,but I found the tool bar button have no event handling code.So when I click on any of the tool bar button,the demo crashed.How to improve it?Thanks again!

Regards,
Sam
Author:  jerome [ Wed Mar 14, 2012 11:27 pm ]
Post subject:  Re: latest git IDE crashed on March 13

Hi Sam,

It surely has nothing to do with you changing the font.
You probably did a pull from older code after we did some changes in the IDE that switched the data layout of structures, and in those cases the build system won't automatically rebuild everything (you have to do a manual clean or rebuild).

Thanks for pointing out the crash in the ToolButtons! That was a bug.
I fixed it and I also improved the toolbar demo to actually do something.

All the best,

Jerome
Author:  samsam598 [ Thu Mar 15, 2012 1:57 am ]
Post subject:  Re: latest git IDE crashed on March 13[Solved]

Thanks,it did great now!

Just remember recently I can't make sampels/db/movieCollections work properly,it can compile ,but after it started up,it crashed immediately.I can have it work properly before but did not remember any special has been taken care.So I don't know what I was missing for now.

Sorry for bringing so many trouble to you!

Regards,
Sam
Author:  jerome [ Thu Mar 15, 2012 2:24 am ]
Post subject:  Re: latest git IDE crashed on March 13[Solved]

Thanks for finding this :)
It had the Oracle driver there that's why it was crashing.
It is fixed now.

Cheers,

Jerome
All times are UTC-05:00 Page 1 of 1