pombreda / python-xmp-toolkit

Automatically exported from code.google.com/p/python-xmp-toolkit
Other
0 stars 1 forks source link

Issue with IA64 machine #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Have you experienced to use xmp-toolkit on IA64 ?
I've install exempi and run test file, no error reported,
then install xmp toolkit and i get "segmentation fault" when i
try to use it.

This problem come when i want to open file:
xmpfile = XMPFiles(file_path=bon_path, open_forupdate=files.XMP_OPEN_FORUPDATE)

My script crash. :-(((

I use:

exempi-2.1.1
python-xmp-toolkit-1.0-rc2

Linux 2.6.16.60-0.42.7-default #1 SMP Tue Nov 3 11:20:42 UTC 2009 ia64 ia64 
ia64 GNU/Linux

XFS filesystem

Python 2.7 (r27:82500, Nov 16 2010, 19:10:04) 
[GCC 4.1.2 20070115 (SUSE Linux)] on linux2

Best Regards

Original issue reported on code.google.com by cedric.o...@gmail.com on 7 Dec 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Yes, I have a similar crash on OS X 10.6 which I think is also related to 
64-bit. I'm still debugging it.

Original comment by lniel...@spacetelescope.org on 7 Dec 2010 at 9:42

GoogleCodeExporter commented 9 years ago
Still debugging ...
if i could help you or if you need a "caisse" of champagne or whatever you 
prefeer,
don't hesitate.
Thanks

Original comment by cedric.o...@gmail.com on 17 Dec 2010 at 9:32

GoogleCodeExporter commented 9 years ago
Hi,

I finally managed to look into it properly. It had to do with pointers returned 
for the c library being truncated to 32-bit instead of being 64 bit.

The fix is in trunk now. I would be grateful if you could verify that the fix 
is also working on Linux by checking out a copy from the trunk.

Cheers,
Lars

Original comment by lniel...@spacetelescope.org on 31 Mar 2011 at 10:15

GoogleCodeExporter commented 9 years ago
Hi Lars,

very very very good !!!
i've tested on ia64 and it work fine
it work also on x86_64 and osx snow leopard !!
this is great thank you very much 

Original comment by cedric.o...@gmail.com on 6 Apr 2011 at 9:46