Bug 151419 - Crash in LO 7.4.1 MacOS aarch64 Writer when closing the formula editor
Summary: Crash in LO 7.4.1 MacOS aarch64 Writer when closing the formula editor
Status: RESOLVED DUPLICATE of bug 146832
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.4.1.2 release
Hardware: ARM All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-08 10:35 UTC by Marcus Hudritsch
Modified: 2022-10-24 17:31 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Hudritsch 2022-10-08 10:35:41 UTC
Description:
Crash in LO 7.4.1 MacOS aarch64 Writer when closing the formula editor

Steps to Reproduce:
1. Create a new Writer document on a MacOS M1 with LO 7.4.1 aarch64
2. Add an OLE formula object
3. Open it
4. Write some formula
5. Close editor by clicking into the document

Actual Results:
Crash

Expected Results:
No Crash!


Reproducible: Always


User Profile Reset: No



Additional Info:
Windows x86-64 LO 7.4.1 works fine.
Comment 1 Dieter 2022-10-23 05:34:43 UTC
Marcus, thank you for reporting the bug. To be certain the reported issue is not related to corruption in the user profile, could you please reset your Libreoffice profile (https://wiki.documentfoundation.org/UserProfile) and re-test?

Could you please also check, if it is a duplicate of bug 146832?

=> NEEDINFO
Comment 2 Marcus Hudritsch 2022-10-23 10:39:26 UTC
Hi Dieter,
Yes, it also crashes with a reseted user profile.
It crashes on both M1 Macs that I have.
Yes, I can would also confirm that my bug report is a duplicate of bug 146832.
It crashes on any OLE-type object as soon as you click back into the writer document. Can you give me a link to a build description on how I could set up a LO debug build for MacOS-ARM64? I am myself a software developer and used to build SW for multiple platforms using cmake and CLion.
Regards
Marcus
Comment 3 Dieter 2022-10-23 12:05:22 UTC
(In reply to Marcus Hudritsch from comment #2)
> Can you give me a link to a build description on how I could set
> up a LO debug build for MacOS-ARM64? I am myself a software developer and
> used to build SW for multiple platforms using cmake and CLion.

I'm not a Mac-user, so I can't answer this question. But perhaps Alex Thurgood can help. Alex, do you know the answer to this question?

cc: Alex Thurgood

*** This bug has been marked as a duplicate of bug 146832 ***
Comment 4 Alex Thurgood 2022-10-24 17:31:28 UTC
(In reply to Dieter from comment #3)
> (In reply to Marcus Hudritsch from comment #2)
> > Can you give me a link to a build description on how I could set
> > up a LO debug build for MacOS-ARM64? I am myself a software developer and
> > used to build SW for multiple platforms using cmake and CLion.
> 

Check whether your system already has the prerequisites for building on macOS:
https://wiki.documentfoundation.org/Development/BuildingOnMac#Prerequisites

Then, go to the LODE setup page and follow the instructions for macOS:

https://wiki.documentfoundation.org/Development/lode

Obviously, you need to adapt the HOME path to where you've set up the LODE build environment.

I didn't try building for x86_64, but for aarch64. However, the build fails for me with a liblangtag make error that I haven't managed to work around (I'm not a dev, so stuff like that generally leaves me high and dry), and I haven't had a chance to revisit the failed build issues. If you do manage to get a basic compiled build without the debug-enable switch, you can then try rebuilding with this switch (which you generally add on to the ./autogen.sh command).