[Dune] [#491] PoolAllocator not 64 bit clean
Dune
dune at dune-project.org
Thu Dec 3 10:37:12 CET 2009
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#491 - PoolAllocator not 64 bit clean
User who did this - Carsten Gräser (Carsten)
----------
This is really strange:
As far as I can see the reinterpret_cast in line 506 only casts char* to char*. If I replace it by the simple assignment
char* start = chunks_->memory_;
everything works as before on my machine and the error on andorra remains. If I replace ONLY THIS cast by
char* start = new (chunks_->memory_) char[1];
the behaviour is still the same on my machine, but the error on andorra does no longer appear.
----------
More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=491#comment1432
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the Dune
mailing list