Bugs item #2808453, was opened at 2009-06-18 15:06
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2808453&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: SQL/Core
Group: SQL CVS Head
>Status: Closed
>Resolution: Fixed
Priority: 2
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: SQL: Trying a copy into in read only database segfault

Initial Comment:
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00007feea4ba5495 in mvc_append_wrap (cntxt=0x605780, mb=0x2131828, 
stk=0x213e8c8, pci=0x21445a8) at ../../../../src/backends/monet5/sql.mx:1743
#2  0x00007feeb671e4ec in runMALsequence (cntxt=0x605780, mb=0x2131828, 
startpc=1, stoppc=0, stk=0x213e8c8, env=0x0, pcicaller=0x0) at 
../../../src/mal/mal_interpreter.mx:1766
#3  0x00007feeb671601e in callMAL (cntxt=0x605780, mb=0x2131828, 
env=0x7feea4778e88, argv=0x7feea4778ed0, debug=0 '\0') at 
../../../src/mal/mal_interpreter.mx:394
#4  0x00007feea4bdee6a in SQLexecutePrepared (c=0x605780, be=0x20e5a38, 
q=0x21319d8) at ../../../../src/backends/monet5/sql_scenario.mx:1195
#5  0x00007feea4bdf0d9 in SQLengineIntern (c=0x605780, be=0x20e5a38) at 
../../../../src/backends/monet5/sql_scenario.mx:1248
#6  0x00007feea4bdf5a0 in SQLengine (c=0x605780) at 
../../../../src/backends/monet5/sql_scenario.mx:1358
#7  0x00007feeb6757988 in runPhase (c=0x605780, phase=4) at 
../../../src/mal/mal_scenario.mx:602
#8  0x00007feeb6757b15 in runScenarioBody (c=0x605780) at 
../../../src/mal/mal_scenario.mx:647
#9  0x00007feeb6757ca9 in runScenario (c=0x605780) at 
../../../src/mal/mal_scenario.mx:672
#10 0x00007feeb6714019 in MSserveClient (dummy=0x605780) at 
../../../src/mal/mal_session.mx:493
#11 0x00007feeb49ddff7 in start_thread () from /lib/libpthread.so.0
#12 0x00007feeb3b20f4d in clone () from /lib/libc.so.6
#13 0x0000000000000000 in ?? ()

Database was started with readonly, copy into was used.

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

>Comment By: Niels Nes (nielsnes)
Date: 2009-09-20 19:48

Message:
don't allow update statements in readonly mode. Testing would be the same
as for the readonly / create bug, ie we don't add a special test for this.

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

Comment By: Stefan Manegold (stmane)
Date: 2009-08-14 11:54

Message:
tagged subject

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

Comment By: Martin Kersten (mlkersten)
Date: 2009-08-06 13:58

Message:
See report 2830238

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

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

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to