[Libreoffice-bugs] [Bug 146285] Crash mergedlo!SfxItemPool::PutImpl+0x1a7:

2022-01-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146285

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] [Bug 146285] Crash mergedlo!SfxItemPool::PutImpl+0x1a7:

2021-12-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146285

zcrhonek  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords|bibisectRequest |bibisected, bisected
 CC||zcrho...@gmail.com
 Status|UNCONFIRMED |NEW

--- Comment #4 from zcrhonek  ---
(In reply to Telesto from comment #1)

> The Edit style button is active for some reason (should be disabled, which
> was the case in older versions)

This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

4ce81c99043245f376e488449e20fe850b2e2321 is the first bad commit
commit 4ce81c99043245f376e488449e20fe850b2e2321
Author: Jenkins Build User 
Date:   Tue Nov 23 20:49:19 2021 +0100

source sha:88afa134df87119fb23793543a15c23432b94cb2

https://gerrit.libreoffice.org/c/core/+/125730
Resolves: tdf#145804 show "Chapter Numbering" as (uneditable) list style

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146285] Crash mergedlo!SfxItemPool::PutImpl+0x1a7:

2021-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146285

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||9527

--- Comment #3 from Julien Nabet  ---
Caolán: noticing dcab1993ed29a408a704cfddbbd15dc7dd8ffc80 "Resolves: tdf#129527
enable/disable edit-style button at the right time"
thought you might be interested in this one.

In all cases LO got here in sw/source/ui/chrdlg/numpara.cxx:
290 IMPL_LINK_NOARG(SwParagraphNumTabPage, EditNumStyleSelectHdl_Impl,
weld::ComboBox&, void)
291 {
292 int numSelectPos = m_xNumberStyleLB->get_active();
293 // 0 is "None" and -1 is unselected state
294 if (numSelectPos == 0 || numSelectPos == -1)
295 m_xEditNumStyleBtn->set_sensitive(false);
296 else
297 m_xEditNumStyleBtn->set_sensitive(true); <<< HERE
298 }
See
https://opengrok.libreoffice.org/xref/core/sw/source/ui/chrdlg/numpara.cxx?r=88afa134#290

in gtk3, the button is disabled but not with gen/kf5 renderings.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146285] Crash mergedlo!SfxItemPool::PutImpl+0x1a7:

2021-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146285

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

The process is:
1. Open attachment 176979 [details]
2. Style -> Edit style -> Outline & List tab
3. Press Edit Style -> Crash

On pc Debian x86-64 with master sources updated today, here what I got:
- with gtk3 rendering, the "Edit Style" button is disabled so can't test
- with gen or kf5 rendering,  the "Edit Style" button is enabled, if I click on
it, no crash but I noticed this on console:
warn:sw.ui:27542:27542:sw/source/uibase/app/docst.cxx:882: Style not found

I attached the bt retrieved from this console log with gen rendering

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146285] Crash mergedlo!SfxItemPool::PutImpl+0x1a7:

2021-12-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146285

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest,
   ||regression, wantBacktrace
 CC||serval2...@yahoo.fr

--- Comment #1 from Telesto  ---
Not in
Version: 7.2.1.0.0+ (x64) / LibreOffice Community
Build ID: 8fdbb8aed1b48734a717d5f98ada566de7204605
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

The Edit style button is active for some reason (should be disabled, which was
the case in older versions)

-- 
You are receiving this mail because:
You are the assignee for the bug.