latest git IDE crashed on March 13[Solved]

Development forum for the Ecere IDE.
Post Reply
samsam598
Posts: 212
Joined: Thu Apr 14, 2011 9:44 pm

latest git IDE crashed on March 13[Solved]

Post by samsam598 »

Greetings!

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

Regards,
Sam
Last edited by samsam598 on Wed Mar 14, 2012 11:26 pm, edited 1 time in total.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: latest git IDE crashed on March 13

Post by jerome »

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
samsam598
Posts: 212
Joined: Thu Apr 14, 2011 9:44 pm

Re: latest git IDE crashed on March 13

Post by samsam598 »

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
samsam598
Posts: 212
Joined: Thu Apr 14, 2011 9:44 pm

Re: latest git IDE crashed on March 13[Solved]

Post by samsam598 »

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
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: latest git IDE crashed on March 13

Post by jerome »

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
samsam598
Posts: 212
Joined: Thu Apr 14, 2011 9:44 pm

Re: latest git IDE crashed on March 13[Solved]

Post by samsam598 »

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
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: latest git IDE crashed on March 13[Solved]

Post by jerome »

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

Cheers,

Jerome
Post Reply