Entry No.
681
|
Debugger
Delphi crashes hard when debugging 3DNow! assembler code. Must be
killed with the task manager.
|
|
| 1.02 |
2.01 |
3.0 |
3.01 |
3.02 |
4.0 |
4.01 |
4.02 |
4.03 |
5.0 |
5.01 |
6.0 |
6.01 |
6.02 |
Kylix 1.0 |
| N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | Unknown | Exists | Fixed | Unknown |
|
|
|
Description | |
Reported by Jojo; checked by Jordan Russell
Simply create a project and add
asm
femms // this will clear the 3DNow! registers
end;
somewhere in the code. If you start stepping through this code, the
BORdbk60.dll will report an AV and you have to kill Delphi with the
task manager. |
|
|
User-contributed comments | |
Mark Griner 16 Nov 2001 06:40 PM GMT |
Does the same thing in 5.0 Enterprise... The Delphi Team is not able to help correct the problem.
It sometimes gets so bad that I get repeating Code Insight errors that require a full reboot to get corrected...
|
|