Created attachment 108135 [details] bt On pc Debian x86-64 with master sources updated yesterday, I had a crash when trying to view tables on Base. Steps to reproduce: 1) Open file from https://bugs.freedesktop.org/attachment.cgi?id=84180 2) Click Tables => crash.
Noel: I wonder if this commit could be the problem: http://cgit.freedesktop.org/libreoffice/core/commit/?id=06562c678410e425de629109ce92933c2d89a8f6 convert SV_BMP_ constants to enum Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05 Reviewed-on: https://gerrit.libreoffice.org/12018 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> Indeed, aBmps is declared now like this: std::vector<Image> aBmps; instead of: Image aBmps[24];
Silly me, it's already fixed thanks to Caolan with http://cgit.freedesktop.org/libreoffice/core/commit/?id=9bdca0019bd3781f15e542becca5537fac2e0a9d Thank you Caolan! :-)