https://bugs.documentfoundation.org/show_bug.cgi?id=172061
Neil Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Neil Roberts <[email protected]> --- I tried git master and few other versions and I wasn’t able to reproduce the crash. However I did get an error message that seems to be due to the myTable global variable becoming Null after entering the zeile_anfuegen function. I wonder if this is because the variable is declared in two places so that in the calling function it sees one version of the variable and inside the function it sees the other. If I remove the duplicate global variable declarations at the top of eintragen_alt then the macro seems to work fine (or at least as far as I can tell as someone who doesn’t speak German and has no idea what the macro is supposed to do). Of course I also had to change the hardcoded path to a directory that exists on my computer. Maybe there is a platform-dependant bug or some other circumstance which makes it crash when myTable is Null for you? It might help if you could send the output of the version information button in the Help->About dialog. -- You are receiving this mail because: You are the assignee for the bug.
