Bugs item #1156441, was opened at 2005-03-04 12:44 Message generated for change (Comment added) made by ormsbyka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1156441&group_id=5470
Category: Python Interpreter Core Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Kelly Ormsby (ormsbyka) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris and Python/pykota Initial Comment: I have a Solaris 9 system that I have installed Python 2.4 on with the following modules: egenix-mx-base 2.0.6 jaxml3.0.1 python-snmp 3.4.3 psyco 1.4 reportlab 1.20 and postgresql 3.6.1 net-snmp 5.2.1 which are all required by pykota (a print quota management system) I am having the issue that when pykota is plugged in to my cups system, and I try to print, the print job is put on hold and printing to that printer is stopped. I tried running the pykota software from the command line to see what is causing the problem and from what I (and Jerome Alet from librelogiciel.com) can work out it is a problem with the solaris build of python. I have used gcc 3.3 and binutils 2.14 to build python. The following is what happens when I try running from the command line: #python /usr/local/pykota/pykota/pdlanalyzer.py --debug ~kelly/align.ps /home/staff/kelly/align.ps is a PostScript file Bus error (core dumped) # pkpgcounter --debug ~kelly/align.ps /home/staff/kelly/align.ps is a PostScript file Bus error (core dumped) I have attached the pdlanalyzer.py file for you to look at. Please let me know what I should do. ---------------------------------------------------------------------- >Comment By: Kelly Ormsby (ormsbyka) Date: 2005-03-24 08:23 Message: Logged In: YES user_id=505289 It is sparc solaris (sorry I always forget solaris runs on x86 :) So psyco won't work on sparc architecture? Well that sucks. I was in the process of freshly installing a machine to try it out on. I guess I won't bother :( Thanks for your help! ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2005-03-24 04:56 Message: Logged In: YES user_id=21627 When you say Solaris, it is not really clear what you mean: x86 or SPARC? I very much doubt that psyco works on SPARC. ---------------------------------------------------------------------- Comment By: Michael Hudson (mwh) Date: 2005-03-04 18:34 Message: Logged In: YES user_id=6656 Well, that's kind of a large module for us to pick at... Does it only crash on certain postscript files? Can you run it under a debugger/analyze a core file to see where it's crashing? Does it only crash with 2.4.0 -- can you try 2.3/release24-maint from CVS/CVS HEAD? It doesn't crash for me with any of the ps files I happen to have lying around with release24-maint head (what will soon be 2.4.1) on linux. I don't have a version 2.4.0 lying around though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1156441&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com