#13159 closed bug (fixed)
Some LibreOffice's unit tests crash in __pthread_key_call_destructors
Reported by: | KapiX | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | System/runtime_loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #14234 | |
Platform: | All |
Description
As in title.
Archive: http://haiku.kacperkasper.pl/repro_editeng_borderline.zip
Commandline:
cppunittester libtest_editeng_borderline.so
Report attached.
cppunittester source: https://github.com/KapiX/libreoffice_core/blob/haiku/sal/cppunittester/cppunittester.cxx
Attachments (3)
Change History (16)
by , 8 years ago
Attachment: | cppunittester-9704-debug-08-01-2017-03-56-13.report added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Component: | - General → System/POSIX |
---|
comment:4 by , 6 years ago
Component: | System/POSIX → System/runtime_loader |
---|
I did some debugging during November coding sprint and I found out that __pthread_key_call_destructors
tries to call destructors from glib. The issue is that when it's called (at application exit) glib is already unloaded (perhaps it was unloaded earlier) but its destructors were not called when that happened. It looks like runtime_loader issue.
comment:5 by , 6 years ago
comment:7 by , 6 years ago
Blocking: | 14234 added |
---|
by , 6 years ago
Attachment: | LibreOffice-14425-debug-06-08-2018-19-34-53.report added |
---|
LibreOffice Debug Log
comment:8 by , 6 years ago
Hello everyone,
I just run into the same/similar issue:
- Launch LibreOffice for the first time after power up pc -> LibreOffice crashes
- Launch LibreOffice a second, third... Nth time -> LibreOffice starts "fine", can work on the document, crashes on quit
It does not matter which LibreOffice app is started, be it Writer, Calc, Draw...
Thanks a lot. Regards, RR
by , 6 years ago
Attachment: | vlc-2.2.8.zip added |
---|
comment:10 by , 6 years ago
vlc-cache-gen binary crashes while processing libfluidsynth and libass vlc plugins. All other plugins are ok.
comment:12 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I haven't tested LibreOffice case yet, but both vlc-cache-gen and QMPlay2 don't crash anymore. Assuming fixed. Thanks!
comment:13 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
hrev50794 gcc5h