https://bugs.documentfoundation.org/show_bug.cgi?id=95611
--- Comment #1 from Thomas Krumbein <[email protected]> --- can confirm Bug on Windows Builds 5.0.3.2 64bit only. No crash with 32 builds. I have dived a little bit deeper into the rproblem and try to isolate the problem. First I isolate the first crash: if Len(allPropsNames) = 0 then ' only once per current object for x = 0 to xMax ' each property or pseudo-property info2 = info1(x) allPropsNames = allPropsNames & "£" & info2.Name & "£" ' build list £name1££name2££name3£ etc next end if My first idea was, that the string-len will extend, but doing it step by step the string length only arrives around 4000. By putting a massagebox inside of the if .. end if code, i generate a errormessage before crash (see screenshot). But I guess, this is not the only problem..... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
