[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Commit Notification changed: What|Removed |Added Whiteboard|target:4.4.0|target:4.4.0 target:4.2.6 --- Comm

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Commit Notification changed: What|Removed |Added Whiteboard|target:4.4.0 target:4.2.6 |target:4.4.0 target:4.2.6

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #33 from Alex Thurgood --- Ooops, having just checked my autogen, I'm not using dgbutil after all, so can not confirm that a debug build doesn't crash, but at least my normal build works ;-) -- You are receiving this mail because: Y

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Julien Nabet changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #31 from Alex Thurgood --- As far as I'm concerned, you can set this to resolved fixed. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs maili

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #30 from Alex Thurgood --- Works for me too, and no crash on exit - brilliant ! -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #29 from Julien Nabet --- I wonder if it could be a problem linked to the order of destructor calls in Firebird code. Indeed, there're several classes related by inheritance. There's also template part which doesn't help me to underst

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #28 from Julien Nabet --- I finally pushed this patch because: - Valgrind is right (we can read this "pOutSqlda->sqln = 10;" line 138, see http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/StatementCommonB

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Julien Nabet changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Commit Notification changed: What|Removed |Added Whiteboard||target:4.4.0 --- Comment #26 from

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #25 from Julien Nabet --- Created attachment 100840 --> https://bugs.freedesktop.org/attachment.cgi?id=100840&action=edit bt after patch Here's the bt I get after crash. crash is quite hard since Ctrl-C doesn't work. I must open a

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #24 from Julien Nabet --- This patch: diff --git a/connectivity/source/drivers/firebird/StatementCommonBase.cxx b/connectivity/source/drivers/firebird/StatementCommonBase.cxx index 381b14b..49415fa 100644 --- a/connectivity/source/dri

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #23 from Julien Nabet --- Created attachment 100839 --> https://bugs.freedesktop.org/attachment.cgi?id=100839&action=edit Valgrind log An interesting part: ==24845== Conditional jump or move depends on uninitialised value(s) ==2484

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #22 from Julien Nabet --- After some tests, I noticed Debian x86-64 (Intel i5) was considered as OSL_BIGENDIAN whereas MacOs 10.9.3, i5 too! wasn't considered as OSL_BIGENDIAN so this could be the problem: int dtype = (pVar->sqltype &

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #21 from Julien Nabet --- In comparison on MacOs, the last logs show: sql : SELECT * FROM "Exchange" WHERE 0 = 1 m_pSqlda : 0 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #20 from Julien Nabet --- Adding some traces on connectivity/source/drivers/firebird/Statement.cxx in executeQuery, I got this on Linux: sql : SELECT DISTINCT indices.RDB$INDEX_NAME FROM RDB$INDICES indices JOIN RDB$INDEX_SEGMENTS in

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #19 from Lionel Elie Mamane --- (In reply to comment #17) > After having built LO with master sources on MacOs (64bits build), I got a > crash this: > > warn:connectivity.firebird:522:1:connectivity/source/drivers/firebird/Util. > cx

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #18 from Julien Nabet --- Created attachment 100763 --> https://bugs.freedesktop.org/attachment.cgi?id=100763&action=edit bt with MacOs First bt retrieved on MacOS with built sources! :) -- You are receiving this mail because: Yo

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #17 from Julien Nabet --- After having built LO with master sources on MacOs (64bits build), I got a crash this: warn:legacy.osl:522:1:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:845: Not implemented yet! warn:connectiv

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #16 from Lionel Elie Mamane --- exception std::bad_alloc means that the "new" operator failed to allocate memory... If you can attach a debugger and see what happens in OResultSetMetaData::getColumnName when the exception is thrown, i

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #15 from Alex Thurgood --- I'm on OSX 10.9.3, not 10.9.2, as previously indicated -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing lis

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Alex Thurgood changed: What|Removed |Added Summary|OSX - crash opening query |OSX - crash opening query

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #14 from Alex Thurgood --- LO 4.3 beta 2 also crashes with same trace on OSX 10.9.2 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing l

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Alex Thurgood changed: What|Removed |Added Version|4.4.0.0.alpha0+ Master |4.3.0.0.beta2 -- You are receiving this

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #13 from Alex Thurgood --- LO 4.3 beta 2 is 32bit -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedes

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #12 from Alex Thurgood --- Julien, are you using 32 or 64 bit versions of LO - mine are all 64bit ? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffic

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #11 from Alex Thurgood --- Still crashes for me on 10.9.2 with master, even after removing all LO profiles -- You are receiving this mail because: You are the assignee for the bug. ___ Lib

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #10 from Julien Nabet --- Hum, in fact once I removed LO directory profile, I don't reproduce this with 4.3 daily build... -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #9 from Julien Nabet --- I got the same bt with 4.3 on MacOS -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@li

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #8 from Julien Nabet --- Created attachment 100591 --> https://bugs.freedesktop.org/attachment.cgi?id=100591&action=edit bt with 4-4 On MacOs 10.7.5 with 2014/06/07 daily build, I got a different bt. -- You are receiving this mai

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #7 from Alex Thurgood --- (In reply to comment #6) > Just if you have 4.3 or 4.2 in parallel (if not, don't bother), do you > reproduce this too on 4.3/4.2 daily builds? On 4242 production release, it doesn't crash. -- You are rece

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #6 from Julien Nabet --- Just if you have 4.3 or 4.2 in parallel (if not, don't bother), do you reproduce this too on 4.3/4.2 daily builds? -- You are receiving this mail because: You are the assignee for the bug. __

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #5 from Alex Thurgood --- Julien, yes, it is OSX only. My build dates from 04/06/2014 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #4 from Julien Nabet --- On pc Debian x86-64 with master sources updated yesterday, I don't reproduce this. MacOS only bug? Alex: what's the build date? If more than 1 week, could you give a try to a newer one? -- You are receiving

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 --- Comment #3 from Alex Thurgood --- In fact, any aatempt to open a query or table causes the crash -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mail

[Libreoffice-bugs] [Bug 79714] OSX - crash opening query or table in embedded Firebird ODB (64bit)

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79714 Alex Thurgood changed: What|Removed |Added Summary|OSX - crash opening query |OSX - crash opening query