Bug 109333 - Crash when creating brand new file linked to Mac Address book
Summary: Crash when creating brand new file linked to Mac Address book
Status: RESOLVED DUPLICATE of bug 108793
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-25 09:35 UTC by Julien Nabet
Modified: 2017-07-25 09:46 UTC (History)
0 users

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 Julien Nabet 2017-07-25 09:35:46 UTC
Description:
On Macos 10.12, with master updated yesterday, I got a crash when creating a brand new file linked to Mac Address book

Steps to Reproduce:
1. Open Base
2. Choose existing connection and select Mac Address book
3. Follow the by default steps to create a file 

Actual Results:  
crash

Expected Results:
no crash


Reproducible: Always

User Profile Reset: No

Additional Info:
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
  * frame #0: 0x00007fff9135d634 CoreFoundation`CFDictionaryGetValue + 36
    frame #1: 0x000000010e79de7f libvcllo.dylib`AquaSalGraphics::DrawTextLayout(this=0x00007fd3f53d7f90, rLayout=0x00007fd3f57509a0) at salgdi.cxx:409
    frame #2: 0x000000010e5a08a1 libvcllo.dylib`CommonSalLayout::DrawText(this=0x00007fd3f57509a0, rSalGraphics=0x00007fd3f53d7f90) const at CommonSalLayout.cxx:390
    frame #3: 0x000000010e2253d8 libvcllo.dylib`OutputDevice::ImplDrawTextDirect(this=0x00007fd3f57a7eb0, rSalLayout=0x00007fd3f57509a0, bTextLines=false) at text.cxx:292
    frame #4: 0x000000010e2263ae libvcllo.dylib`OutputDevice::ImplDrawText(this=0x00007fd3f57a7eb0, rSalLayout=0x00007fd3f57509a0) at text.cxx:442
    frame #5: 0x000000010e229dd7 libvcllo.dylib`OutputDevice::DrawText(this=0x00007fd3f57a7eb0, rStartPt=0x00007fff59159510, rStr=0x00007fd3f553ea68, nIndex=0, nLen=26, pVector=0x0000000000000000, pDisplayText=0x0000000000000000, pLayoutCache=0x00007fd3f57509a0) at text.cxx:893
    frame #6: 0x000000010dfd7eca libvcllo.dylib`StatusBar::ImplDrawItem(this=0x00007fd3f53743b0, rRenderContext=0x00007fd3f53743b0, bOffScreen=true, nPos=0) at status.cxx:392
    frame #7: 0x000000010dfda055 libvcllo.dylib`StatusBar::Paint(this=0x00007fd3f53743b0, rRenderContext=0x00007fd3f53743b0, rRect=0x00007fff5915a388) at status.cxx:736
    frame #8: 0x000000010dde73bf libvcllo.dylib`PaintHelper::DoPaint(this=0x00007fff5915a350, pRegion=0x0000000000000000) at paint.cxx:300
    frame #9: 0x000000010ddea0d4 libvcllo.dylib`vcl::Window::ImplCallPaint(this=0x00007fd3f53743b0, pRegion=0x0000000000000000, nPaintFlags=26) at paint.cxx:606
    frame #10: 0x000000010dde959b libvcllo.dylib`PaintHelper::~PaintHelper(this=0x00007fff5915a7b0) at paint.cxx:540
    frame #11: 0x000000010ddea2a5 libvcllo.dylib`PaintHelper::~PaintHelper(this=0x00007fff5915a7b0) at paint.cxx:525
    frame #12: 0x000000010ddea16c libvcllo.dylib`vcl::Window::ImplCallPaint(this=0x00007fd3f5267f50, pRegion=0x00007fd3f5295280, nPaintFlags=30) at paint.cxx:612
    frame #13: 0x000000010dde959b libvcllo.dylib`PaintHelper::~PaintHelper(this=0x00007fff5915ac10) at paint.cxx:540
    frame #14: 0x000000010ddea2a5 libvcllo.dylib`PaintHelper::~PaintHelper(this=0x00007fff5915ac10) at paint.cxx:525
    frame #15: 0x000000010ddea16c libvcllo.dylib`vcl::Window::ImplCallPaint(this=0x00007fd3f5268b60, pRegion=0x0000000000000000, nPaintFlags=28) at paint.cxx:612
    frame #16: 0x000000010ddec882 libvcllo.dylib`vcl::Window::Update(this=0x00007fd3f1003a00) at paint.cxx:1305

rStyle.GetStyleDict() returns null


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:54.0) Gecko/20100101 Firefox/54.0
Comment 1 Julien Nabet 2017-07-25 09:46:59 UTC
Sorry, I had overlooked tdf#108793

*** This bug has been marked as a duplicate of bug 108793 ***