On 03-08-2011 16:55:58 +0200, Stefan Manegold wrote: > On Wed, Aug 03, 2011 at 04:51:50PM +0200, Fabian Groffen wrote: > > On 03-08-2011 16:46:58 +0200, Stefan Manegold wrote: > > > Changeset: e680b640d816 for MonetDB > > > URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e680b640d816 > > > Modified Files: > > > monetdb5/mal/mal_stack.c > > > Branch: Aug2011 > > > Log Message: > > > > > > re-activate "dark code" of function reallocStack() to fix compilation > > > > > > it appears that mal_box now requires the "dark code" of > > > mal_stack's function reallocStack() ... > > > > Please revert and disable the call to reallocStack. That function is > > broken as hell. > > What is the good replacement for the use of reallocStack() in mal_box, then?
Just don't call the function. (It returns an alloca'd pointer, or fails with an assertion.) _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
