https://bugs.documentfoundation.org/show_bug.cgi?id=100994

--- Comment #77 from joostjo...@yahoo.com ---
I agree with Ronny Bremer: two versions are an acceptable solution, no?

I tried building LibreOffice myself on macOS Sierra 10.12 with XCode 8 (retina
iMac), using the "Quick Pre-canned Setup" instructions on
https://wiki.documentfoundation.org/Development/BuildingOnMac.

It failed to build, after compiling for a long time. 


I had to do the following to debug:

make CppunitTest_sw_ww8export CPPUNITTRACE="lldb --"

and when I ran this program through lldb > run 
~/builds/lode/dev/core/workdir/LinkTarget/Executable/cppunittester

it gave me a familiar malloc error:

cppunittester(19344,0x7fffc75403c0) malloc: *** error for object 0x10419b800:
incorrect checksum for freed object - object was probably modified after being
freed.
*** set a breakpoint in malloc_error_break to debug
Process 19344 stopped
* thread #1: tid = 0x1a5875, 0x00007fffbe979dda
libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread',
stop reason = signal SIGABRT
    frame #0: 0x00007fffbe979dda libsystem_kernel.dylib`__pthread_kill + 10
libsystem_kernel.dylib`__pthread_kill:
->  0x7fffbe979dda <+10>: jae    0x7fffbe979de4            ; <+20>
    0x7fffbe979ddc <+12>: movq   %rax, %rdi
    0x7fffbe979ddf <+15>: jmp    0x7fffbe972d6f            ; cerror_nocancel
    0x7fffbe979de4 <+20>: retq   
(lldb)

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

Reply via email to