News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

unknown exception

Started by grv575, December 16, 2005, 02:35:25 AM

Previous topic - Next topic

thomas

Because it does not matter, -923485 and 4294043811 is the same binary number, the computer knows no difference.
You would only know if you looked at the XML file in a text editor, and reading the CRC does not tell you much anyway (except if you are that autistic boy from The Mercury Project).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

rickg22

So, is it fixed or not? (Just wondering)

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

grv575

Checked out 1541 and tested both unicode and ansi builds.  CRC calculation is correct and the crash is fixed.

takeshimiya

Quote from: thomas on December 17, 2005, 02:53:14 PM
My two Athlon64 PCs and my Turion64 notebook don't seem to know that.

Anyway, that can be adressed at a later time separately.
CPU: Athlon 64

OS: 32 bits
long=32 bits
int=32 bits

OS: 64 bits
long=64 bits
int=32 bits

grv575

As long as it overflows consistently then the crcs should still match (haven't double-checked but I think this is the case as a negative crc was matching over here so this must mean it casts to int first before it compares)

280Z28

#81
Quote from: grv575 on December 17, 2005, 08:10:00 PM
Checked out 1541 and tested both unicode and ansi builds.  CRC calculation is correct and the crash is fixed.

CRC calculation, while non-zero, is not correct, but whatever. As long as it returns a unique number for an input it's fine?

I fixed the syntax highlighting bug. Put yet another patch on SF...

Edit: I hate sf... I get this at least once a night when I'm trying to post something, plus it won't remember that I want my login remembered (across browser restarts)!!

QuoteWe're Sorry.
The SourceForge.net Website is currently down for maintenance.
We will be back shortly
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

thomas

It is using wxUInt32 now, that is as much cross-platform-32bits as we can get.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

280Z28

Quote from: thomas on December 18, 2005, 03:21:05 PM
It is using wxUInt32 now, that is as much cross-platform-32bits as we can get.

Yep, that's the one :)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool: