Bugs item #2726337, was opened at 2009-04-02 09:50
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2726337&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: MonetDB4 CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: M4: Mserver startup errors after changes on 2009/04/01

Initial Comment:
After the below changes, Mserver fails to start properly:

$ Mserver
# MonetDB Server v4.29.0
# based on GDK   v1.29.0
# Copyright (c) 1993-July 2008, CWI. All rights reserved.
# Copyright (c) August 2008-2009, MonetDB B.V.. All rights reserved.
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs; dynamically 
linked.
# Visit http://monetdb.cwi.nl/ for further information.
!ERROR: CMDfind: value not found.
!ERROR: CMDfind: operation failed.
!ERROR: interpret_params: int(param 1): evaluation error.
MonetDB>

===================================================================
2009/04/01 - sjoerd: MonetDB/src/common/monet_options.mx,1.34
Option cleanup:
Removed monet_pid (not used anywhere that I can see), gdk_mem_bigsize,
gdk_mem_pagebits (used, but should not be advertized); cleaned up
monet_mod_path (no need to add MinGW-specific paths on non-MinGW
system); fixed sql_logdir and xquery_logdir to be different from each
other and the same as what's in the .conf file.
===================================================================
2009/04/01 - sjoerd: MonetDB4/src/monet/monet.mx,1.15
propagated changes of Tuesday Mar 31 2009 - Wednesday Apr 01 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/03/31 - sjoerd: src/monet/monet.mx,1.14.2.1
Fixed copyright year.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
===================================================================
2009/04/01 - sjoerd: MonetDB4/NT/Mserver.bat,1.5
Removed legacy code.
Move log file to new location.
===================================================================
2009/04/01 - boncz: MonetDB/src/gdk/gdk_posix.mx,1.168
        MonetDB/src/gdk/gdk_utils.mx,1.239
gdk_posix:
- made mmap_trim really return a warning level between 0 and 4

gdk_utils:

- disable dynamic reduction of GDK_mem_maxsize in GDKmemfail
  because the memory estimates never grow again and mem_inuse is not
  a good estimator for it -- RAM in use also comes from mmapped files
  this could make mem_maxsize very very small indeed

- code in GDKvmtrim now is certain to enforce a sizable mmap_minsize
  (because we use log2(mem_maxsize_max)-8)
===================================================================
2009/04/01 - boncz: MonetDB/src/gdk/gdk_utils.mx,1.240
gd_utils:
- fix 32-bits overflow error in computation of GDK_mmap_minsize
===================================================================


----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2009-04-02 10:05

Message:
Most probably, the error is triggered by

./MonetDB4/src/modules/plain/sys.mx:479:    CONST REMAP_PAGE_BITS :=
monet_environment.find("gdk_mem_pagebits").int();

after gdk_mem_pagebits has been removed from monet_options.mx, and hence
from the enviroment (-BAT).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2726337&group_id=56967

------------------------------------------------------------------------------
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to