[Libreoffice-bugs] [Bug 73073] exception from evaluateStatusVector (firebird/Util.cxx:53) after SQL error

2016-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73073

Tamas Bunth  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |btom...@gmail.com
   |desktop.org |

--- Comment #6 from Tamas Bunth  ---
The bug still exists with version Firebird 3.0.

I'm going to examine the issue and search for a solution, based on Andrzej's
comment at first.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73073] exception from evaluateStatusVector (firebird/Util.cxx:53) after SQL error

2015-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73073

--- Comment #5 from Terrence Enger  ---
The problem persists with daily dbgutil bibisect repository version
2015-08-07 ...

Version: 5.1.0.0.alpha1+
Build ID: 09a9234c021ad98c5adeb493b5814e97b92ee912
Locale: en-CA (en_CA.UTF-8)

which upon save-and-exit issues terminal messages ...

   
warn:connectivity.firebird:6326:1:connectivity/source/drivers/firebird/Util.cxx:51:
firebird_sdbc error:
*invalid request BLR at offset 23
*generator GEN_T1ID is not defined
caused by
'isc_commit_transaction'

terminate called after throwing an instance of
'com::sun::star::sdbc::SQLException'

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73073] exception from evaluateStatusVector (firebird/Util.cxx:53) after SQL error

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73073

--- Comment #4 from Alex Thurgood  ---
Adding self to CC if not already on

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73073] exception from evaluateStatusVector (firebird/Util.cxx:53) after SQL error

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73073

--- Comment #3 from Andrzej Hunt  ---
Strange -- for some reason the error is only occuring when we try to commit the
transaction, and not when executing the SQL to create the trigger. This then
keeps repeating every time we try to commit the transaction, which also means
we get this exception on saving the DB (and crash due to the function doing the
saving not having sufficient exception specifications).

I need to think carefully about this, safest option for now is probably to (if
doing a DDL statement, which the trigger creation is) commit any existing
transactions (to ensure we don't lose data), run the statement, commit (which
is needed for any DDL statement and already happens), and if this post-DDL
commit fails undo the transaction (haven't tested whether or not that's even
possible yet -- it seems that the statement puts firebird into a slightly
borked state so I have no confidence in that working).

Not sure this is or isn't ultimately a firebird bug yet, I'm still debugging
and experimenting...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73073] exception from evaluateStatusVector (firebird/Util.cxx:53) after SQL error

2013-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73073

Terrence Enger  changed:

   What|Removed |Added

 CC||andr...@ahunt.org

--- Comment #2 from Terrence Enger  ---
Andrzej,

Do you want to take this one?

Terry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73073] exception from evaluateStatusVector (firebird/Util.cxx:53) after SQL error

2013-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73073

--- Comment #1 from Terrence Enger  ---
Created attachment 91228
  --> https://bugs.freedesktop.org/attachment.cgi?id=91228&action=edit
typescript of gdb session

At line 25 of the typescript, the program breaks on the throw
statement, but this time the exception is caught.  A couple of display
statements and a backtrace follow.

At line 259 of the typescript, the program breaks on the throw
statement; this time the exception is not caught.  A couple of display
statements and a backtrace follow.

At line 440 of the typescript, the program aborts.  Backtrace follows.

Note that the value 335544343, the value of aStatusVector[1], is
manifest in firebird/src/include/gen/iberror.h as the value of
constant isc_invalid_blr.  I have observed one assignment (but not the
assignment preceding the crash!) of this value to aStatusVector[1]
with the top of the call stack looking like:
#0  Jrd::LockManager::enqueue (this=, tdbb=0x7fff21a0,
prior_request=, parent_request=, series=4,
value=0x7fff0ac4 "\003", length=4, type=3 '\003', ast_routine=0,
ast_argument=0x0, data=0, lck_wait=0, owner_offset=20904) at
../src/lock/lock.cpp:575
#1  0x2aaad62519cf in enqueue (wait=0, level=3, lock=0x7fff0a50,
tdbb=0x7fff21a0) at ../src/jrd/lck.cpp:909
#2  ENQUEUE (wait=0, level=3, lock=0x7fff0a50, tdbb=0x7fff21a0) at
../src/jrd/lck.cpp:144
#3  LCK_lock (tdbb=0x7fff21a0, lock=0x7fff0a50, level=3, wait=0) at
../src/jrd/lck.cpp:620
#4  0x2aaad62b3a9b in TPC_snapshot_state (tdbb=0x7fff21a0, number=3) at
../src/jrd/tpc.cpp:254

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs