Opened 16 years ago
Closed 16 years ago
#154 closed defect (fixed)
Floating point exception in various scenarios
| Reported by: | rudi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Qt 4.6.2 |
| Component: | QtCore | Version: | 4.5.1 GA |
| Severity: | high | Keywords: | |
| Cc: |
Description
The exception happens in qdtoa().
In src\corelib\qlocale.cpp, lines 6776 and 6796 we have to enable the same workaround as in Windows.
Change History (2)
comment:1 by , 16 years ago
| Milestone: | Qt Enhanced → Qt 4.6.2 |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Done in r717. Thank you for noticing!