Mantis - Kaputt
|
|||||
Erweiterte Problemanzeige | |||||
|
|||||
ID: | Kategorie: | Auswirkung: | Reproduzierbar: | Meldungsdatum: | Letzte Aktualisierung: |
57 | general | schwerer Fehler | immer | 2010-01-13 23:04 | 2010-01-16 11:37 |
|
|||||
Reporter: | xclerc | Rechnertyp: | |||
Bearbeitung durch: | xclerc | Betriebssystem: | |||
Priorität: | normal | BS-Version: | |||
Status: | erledigt | Produktversion: | 1.0 | ||
Produkt-Build: | Lösung: | erledigt | |||
Projektion: | keine | ||||
Aufwand: | keine | Behoben in Version: | 1.1 | ||
|
|||||
Zusammenfassung: | 0000057: Tests fail on 64-bit platform | ||||
Beschreibung: |
When running the tests (through "make tests") after successful compilation, the process fails on 64-bit platforms with the following error: Fatal error: exception Invalid_argument("Random.int") The problem stems from the fact that "Random.int" (and "Random.State.int", for that matter) accepts a value that is less than 2**30, while Kaputt issues calls with the "max_int" value. The "max_int" value is 2**30-1 on 32-bit platforms, but 2**62-1 on 64-bit platforms. Hence the bug. |
||||
Schritte zur Reproduktion: | |||||
Zusätzliche Information: | |||||
Problem-Beziehungen | |||||
Angehängte Dateien: | |||||
|
|||||
Problem-Historie | |||||
Änderungsdatum | Benutzername | Feld | Änderung | ||
2010-01-13 23:04 | xclerc | Neues Problem | |||
2010-01-16 11:37 | xclerc | Problemnotiz hinzugefügt: 0000206 | |||
2010-01-16 11:37 | xclerc | Status | neu => erledigt | ||
2010-01-16 11:37 | xclerc | Behoben in Version | => 1.1 | ||
2010-01-16 11:37 | xclerc | Lösung | offen => erledigt | ||
2010-01-16 11:37 | xclerc | Bearbeitung durch | => xclerc |
Notiz | |||||
|
|||||
|
|