[ python-Bugs-1156441 ] Solaris and Python/pykota

SourceForge.net noreply at sourceforge.net
Fri Mar 4 11:34:10 CET 2005


Bugs item #1156441, was opened at 2005-03-04 04:44
Message generated for change (Comment added) made by mwh
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: Michael Hudson (mwh)
Date: 2005-03-04 10: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


More information about the Python-bugs-list mailing list