Custom Query (81 matches)
Results (34 - 36 of 81)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#20 | fixed | Derive TimeZoneInformation from TZ | ||
Description |
Odin does not use TZ to define the Windows time zone (GetTimeZoneInformation() API). Instead, it uses WGSS for the initial TimeZoneInformation setting but WGSS returns GMT on freshly installed systems. We need to derive TimeZoneInformation from TZ each time when KERNEL32.DLL gets loaded and update it if differs. This will make sure that if the user changes his system time zone setting (via the Clock Synchronization setting or manually in config.sys), it will get picked up by Odin. |
|||
#24 | fixed | Input of umlauts (å, ä , ö) sometimes does not work | ||
Description |
A user reports (http://svn.netlabs.org/java/ticket/41) that he cannot enter umlauts with the recent Odin release under some circumstances. This is clearly a regression of r21529. |
|||
#31 | fixed | DosQueryModuleHandleStrict() loops forever and drains stack | ||
Description |
Due to bugs in the DosQuerySysState API, the returned buffer seems to contain circular references under some (quite random) conditions. This makes the walkModules() worker (used by DosQueryModuleHandleStrict()) recurse into itself until it eats up all the stack. From the user perspective, this looks like an application giving 100% CPU load for some tens seconds and then crashing with SYS1808. |