In article ,
David Cournapeau wrote:
[...]
>It is very unlikely the problem is in glibc - I would check your code
>carefully first :) On Linux, the following are useful:
You are right that it is extremely unlikely that the bug is in glibc.
However, it is not impossible. Several of my colleagues
En Wed, 25 Feb 2009 13:51:20 -0200, Christian Meesters
escribió:
I have a problem using my software on my 64bit laptop, after an update
of my system. The same code still runs on 32bit Intel, but on my laptop
I provoke the crash in the title. The crash is caused - as narrowed
down by me - by r
Hi,
>> I have a problem using my software on my 64bit laptop, after an update
>> of my system. The same code still runs on 32bit Intel, but on my laptop
>> I provoke the crash in the title. The crash is caused - as narrowed
>> down by me - by returning a static PyObject from a C-extension
>> funct
Thanks David!
It's still not debugged, but indeed: I get a bunch of warnings. And this
already showed me that there are more potential problems than my first
guess indicated. Alas, for my specific problem I cannot work with ints
chars and doubles. I need to have unsigned longs at some points.
En Wed, 25 Feb 2009 10:40:23 -0200, Christian Meesters
escribió:
I have a problem using my software on my 64bit laptop, after an update of
my system. The same code still runs on 32bit Intel, but on my laptop I
provoke the crash in the title. The crash is caused - as narrowed down by
me - by r
On Wed, Feb 25, 2009 at 9:40 PM, Christian Meesters wrote:
> Hoi,
>
> I have a problem using my software on my 64bit laptop, after an update of
> my system. The same code still runs on 32bit Intel, but on my laptop I
> provoke the crash in the title. The crash is caused - as narrowed down by
> me
Hoi,
I have a problem using my software on my 64bit laptop, after an update of
my system. The same code still runs on 32bit Intel, but on my laptop I
provoke the crash in the title. The crash is caused - as narrowed down by
me - by returning a static PyObject from a C-extension function.
Well, no