[Libreoffice-bugs] [Bug 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

Xisco Faulí  changed:

   What|Removed |Added

   Priority|medium  |high
 CC||xiscofa...@libreoffice.org
   Severity|normal  |major
Version|6.4.0.2 rc  |6.4.0.0.alpha1+
   Keywords||bibisected, bisected
   Hardware|x86-64 (AMD64)  |All
 OS|Windows (All)   |All

--- Comment #9 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c66efa030e98cfdf5da20be368566d64e43c5d1

author  Caolán McNamara 2019-09-05 12:22:38 +0100
committer   Caolán McNamara 2019-09-12 20:28:14
+0200
commit  8c66efa030e98cfdf5da20be368566d64e43c5d1 (patch)
tree88c9fb335349fd1b7b285d46108e5d41a3c9aac4
parent  8150219824a1d08c4a22fd8bb7cc63fe2aa88074 (diff)
weld OCopyTableWizard cluster

Bisected with: bibisect-linux64-6.4

Adding Cc: to Caolán McNamara

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com
   Keywords||haveBacktrace

--- Comment #8 from Julien Nabet  ---
Caolán: thought you might be interested in this one since it concerns vcl/gen
part and I know you're doing some refactoring.
(of course, don't hesitate to uncc yourself if no time, not feel like, ...)

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

--- Comment #7 from Julien Nabet  ---
Created attachment 157255
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157255=edit
bt with debug symbols

Assertion but in non debug mode, it would crash the line after:
   1662 void SvTreeListBox::SetEntryText(SvTreeListEntry* pEntry, const
OUString& rStr)
   1663 {
   1664 SvLBoxString* pItem =
static_cast(pEntry->GetFirstItem(SvLBoxItemType::String));
   1665 assert(pItem);
   1666 pItem->SetText(rStr);
See
https://opengrok.libreoffice.org/xref/core/vcl/source/treelist/treelistbox.cxx?r=a62a139c#1662

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from Julien Nabet  ---
Thank you for your very detailed feedback!

On pc Debian x86-64 with master sources updated today, I could reproduce this
with gen rendering (not with gtk3).

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

--- Comment #5 from Simon Stuardo  ---
Added the files you requested.
Also tried failsafe mode on and off, both ways I got the error.
Finally rolled back to LO 6.3.4.2, so I can work

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

--- Comment #4 from Simon Stuardo  ---
Created attachment 157254
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157254=edit
steps to reproduce error - in images

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

--- Comment #3 from Simon Stuardo  ---
Created attachment 157253
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157253=edit
ODS test file to reproduce error

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

--- Comment #2 from Simon Stuardo  ---
Created attachment 157252
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157252=edit
ODB test file to reproduce error

-- 
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 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

2020-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130075

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I don't reproduce this.

Could you attach a minimal ods file + odb file (hsqldb) in a zip so we can try
to reproduce this?

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