Re: two small bugs in the query tool
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: two small bugs in the query tool
Ian Barwick wrote:
on a build from CVS HEAD on SUSE 9.1, LANG=en_US.UTF-8
- when starting the query tool with an empty sheet, then immediately
exiting via the file menu (without having entered any text, so the
"Do you want to save changes?" dialogue is not triggered) sometimes
I get segfaults, though I can't always reproduced them.
I can't reproduce this. Please provide a stack trace if you can.
- when starting the query tool with an empty sheet and entering
non-ASCII characters
(such as German umlaut letters, e.g. 'ä') the following message pops up:
src/common/string.cpp(1060): assert "nLen != (size_t)-,1" failed.
This is a wx problem; Thanks for reporting. A patch (1072408) is posted
upstream.
To avoid the problem, you can compile without debugging. Alternatively,
you may safely ignore the message.
Regards,
Andreas
Home |
Main Index |
Thread Index