Bugs item #1997535, was opened at 2008-06-19 09:30
Message generated for change (Comment added) made by mr-meltdown
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1997535&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: Tests
Group: MonetDB5 5.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Nobody/Anonymous (nobody)
Summary: M5: test src/modules/mal/Tests/remote03.mal fails
Initial Comment:
Already for some time, test
MonetDB5/src/modules/mal/Tests/remote03.mal
fails with
!MALException:remote.get:no such object '�)�;'
!MALException:user.main[32]:Exception not catched
----------------------------------------------------------------------
>Comment By: Fabian (mr-meltdown)
Date: 2008-06-19 11:15
Message:
Logged In: YES
user_id=963970
Originator: NO
garbage can be passed as argument (does the parser even accept that?),
if:
str RMTget(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci) {
str conn, ident, tmp;
ident = (str)getArgValue(stk, pci, 2);
if (isIdentifier(ident) < 0)
throw(ILLARG, "remote.get", "identifier expected, got '%s'",
ident);
/* perform the get */
rethrow("remote.get", tmp, RMTinternalget(c->mconn,
ident, &stk->stk[getArg(pci, 0)]));
ident in the above code is valid for isIdentifier(), but in fact garbage.
----------------------------------------------------------------------
Comment By: Fabian (mr-meltdown)
Date: 2008-06-19 11:11
Message:
Logged In: YES
user_id=963970
Originator: NO
This is the relevant code snippet:
str RMTserveget(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci) {
int i;
str name;
name = (str)getArgValue(stk, pci, 1);
i = findVariable(mb, name);
if (i < 0)
throw(MAL, "remote.serveget", "no such object '%s'", name);
either, garbage was given as argument, or retrieving the first argument
(like this) doesn't work (any more).
----------------------------------------------------------------------
Comment By: Stefan Manegold (stmane)
Date: 2008-06-19 09:30
Message:
Logged In: YES
user_id=572415
Originator: YES
See, e.g.,
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/MonetDB5/.mTests103/GNU.64.64.d-Fedora8/src_modules_mal/remote03.out.00.html
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1997535&group_id=56967
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs