Re: [Monetdb-developers] Mx segfaults during MonetDB build

2010-03-01 Thread Sjoerd Mullender
After a quick look at the code, perhaps the problem is that the string that is being worked on starts with a MARK ('@') and so the test is wrong. Can you change the two occurrences near line 503 of if (s[0] == MARK s[-1] != '\\' ... to if (s[0] == MARK s sub s[-1] != '\\' ...

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/mal mal_interpreter.mx, Feb2010, 1.337.2.33, 1.337.2.34

2010-03-01 Thread Stefan Manegold
On Mon, Mar 01, 2010 at 10:20:01AM +0100, Sjoerd Mullender wrote: Note that this particular initialization doesn't do anything. Static variables are automatically initialized to 0. Thanks! --- I overlooked that one --- then the rather high value of hottop (600037897) I encountered was indeed