Hi Chris<div><br></div><div>file command run on any binary (lib, executable will tell you)</div><div><br></div><div>on linux </div><div><br></div><div><div>timh@chrome:~$ file /usr/bin/python2.5</div><div>/usr/bin/python2.5: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped</div>
<div>timh@chrome:~$ </div><div><br></div><div>os/x will work the same.</div><div><br></div><div>Rgds</div><div><br></div><div>T</div><br><div class="gmail_quote">On Sat, Aug 28, 2010 at 3:53 PM, Chris Withers <span dir="ltr">&lt;<a href="mailto:chris@simplistix.co.uk">chris@simplistix.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Tres Seaver wrote:<br>
&gt;&gt; Now, how in gdb do I find out what it was that was trying to be imported?<br>
&gt;&gt; (should any sort of import cause a core dump?!)<br>
&gt;<br>
&gt; <a href="http://wiki.python.org/moin/DebuggingWithGdb" target="_blank">http://wiki.python.org/moin/DebuggingWithGdb</a><br>
<br>
</div>Things you learn, thanks for that :-)<br>
<br>
Okay, another interesting data point; this appears to be related to OS.<br>
The originating server is a 32-bit (I think, how can I double check?)<br>
linux box, the crashing machine is my 64-bit (but I&#39;m pretty sure python<br>
is 32-bit, how can I check?) MacBook Pro.<br>
<br>
I tried importing the .zexp back onto the originating server; no crashes.<br>
<br>
I tried importing the .zexp onto my linux dev both; no crashes.<br>
<br>
This ring any bells for anyone?<br>
<div class="im"><br>
Chris<br>
<br>
--<br>
Simplistix - Content Management, Batch Processing &amp; Python Consulting<br>
            - <a href="http://www.simplistix.co.uk" target="_blank">http://www.simplistix.co.uk</a><br>
_______________________________________________<br>
</div><div><div></div><div class="h5">Zope-Dev maillist  -  <a href="mailto:Zope-Dev@zope.org">Zope-Dev@zope.org</a><br>
<a href="https://mail.zope.org/mailman/listinfo/zope-dev" target="_blank">https://mail.zope.org/mailman/listinfo/zope-dev</a><br>
**  No cross posts or HTML encoding!  **<br>
(Related lists -<br>
 <a href="https://mail.zope.org/mailman/listinfo/zope-announce" target="_blank">https://mail.zope.org/mailman/listinfo/zope-announce</a><br>
 <a href="https://mail.zope.org/mailman/listinfo/zope" target="_blank">https://mail.zope.org/mailman/listinfo/zope</a> )<br>
</div></div></blockquote></div><br></div>