https://bugs.freedesktop.org/show_bug.cgi?id=72637

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andr...@ahunt.org,
                   |                            |lio...@mamane.lu,
                   |                            |serval2...@yahoo.fr

--- Comment #4 from Julien Nabet <serval2...@yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, I can reproduce this.

I noticed this:
warn:legacy.tools:7447:1:svtools/source/brwbox/brwbox1.cxx:1599: no column
object - invalid id?

I created a simple table with 2 fields and 4 lines
open table
nNewPos = 1
pCols->size() = 3

after having clicked sort, gdb session gives:
nNewPos = 65535
pCols->size() = 1

part of bt:
#0  BrowseBox::GoToColumnId (this=0x1704210, nColId=65535, bMakeVisible=1
'\001', bRowColMove=0 '\000')
    at
/home/julien/compile-libreoffice/libo/svtools/source/brwbox/brwbox1.cxx:1596
#1  0x00002aaaae7e45fe in BrowseBox::GoToColumnId (this=0x1704210,
nColId=65535) at
/home/julien/compile-libreoffice/libo/svtools/source/brwbox/brwbox1.cxx:1578
#2  0x00002aaaca8d2d41 in FmXGridPeer::setCurrentColumnPosition
(this=0x16fe470, nPos=0) at
/home/julien/compile-libreoffice/libo/svx/source/fmcomp/fmgridif.cxx:2327
#3  0x00002aaaca8c9fd3 in FmXGridControl::setCurrentColumnPosition
(this=0x16fef50, nPos=0) at
/home/julien/compile-libreoffice/libo/svx/source/fmcomp/fmgridif.cxx:931
#4  0x00002aaacbf117b9 in
dbaui::SbaXDataBrowserController::setCurrentColumnPosition (this=0x170b790,
_nPos=0)
    at
/home/julien/compile-libreoffice/libo/dbaccess/source/ui/browser/brwctrlr.cxx:2693
#5  0x00002aaacbf08a50 in dbaui::SbaXDataBrowserController::applyParserOrder
(this=0x170b790, _rOldOrder="", _xParser=
    uno::Reference to (dbaccess::OSingleSelectQueryComposer *) 0x1afac80) at
/home/julien/compile-libreoffice/libo/dbaccess/source/ui/browser/brwctrlr.cxx:1707

I gave a try with hsqldb by creating a brand new ODB file with the same table
and I don't reproduce this.

Andrzej/Lionel: put you in cc since you might be interested in this tracker

-- 
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

Reply via email to