[haiku-development] Re: ticket 2049 closed?


Haiku has a different address space layout and a different userland memory allocator than BeOS/Zeta. That may make it more likely that PRThread objects in question get the same address in different applications. At any rate using an object pointer when you need a globally unique name is a bug. Using the wrong port sounds like a very good explanation for the observed misbehavior and fixing the bug apparently solves it. Not sure what else you want to investigate.

CU, Ingo

Just wanna to see some debug output from those PRThread methods to be sure. To be sure about mem allocator behaviour.
Did it recently.
And now tend to agree. Probably that code for ports originates from time where only one MozApp existed - Mozilla Suite, so nobody expected several apps with such code running simultaneously:)

Regards, SD

Other related posts: