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

--- Comment #37 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
@Luke, if it hangs in WinDbg and !analyze -v is not helpful, you can still get
useful stacktrace with a "~* kp" from the WinDbg command line. The first thread
should be the main, additional can have some interesting details.

@Tomaž, Pedro's WinDbg !analyze -v posted in comment 36 looks to confirm Luke's
bisect result of commit 80d0b2916db81a7f47bb1d368677016bbb870df6

http://opengrok.libreoffice.org/xref/core/vcl/opengl/texture.cxx?a=true#458

and

http://opengrok.libreoffice.org/xref/core/vcl/opengl/gdiimpl.cxx?a=true#1697

@Pedro, can you catch another session in WinDbg--but post up result of the "~*
kp" command--which with symbols should expose code lines for more of the stack
and specific calls and make it easier to follow what goes wrong.

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