Re: [E-devel] broken debug

2004-09-07 Thread Kim Woelders
Vadik Mironov wrote: Good day, everybody! In debug mode I encounter massive stack corruption, with the help of global call_stack array. The only reason to this is plain return in function or no EDBUG() macro at the start of the function. I never use the EDBUG macro stuff myself, so it may very w

[E-devel] broken debug

2004-09-07 Thread Vadik Mironov
Good day, everybody! In debug mode I encounter massive stack corruption, with the help of global call_stack array. The only reason to this is plain return in function or no EDBUG() macro at the start of the function. So i suggest to join DBGCHECK from events.c and EDBUG macro, here is t