[Koha-bugs] [Bug 22429] Infinite loop in patron card printing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 4 07:57:16 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22429

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
Test plan:

1. Create data in your test Koha as follows:

Layout:

Units: PostScript Points

Field 1
Text: <firstname> <surname>
Font: Times-Roman
Font size: 20pt
Text alignment: Center
Lower left X coordinate: 40pt
Lower left Y coordinate: 20pt

Barcode
Print card number as barcode: checked
Lower left X coordinate: 0
Lower left Y coordinate: 50
Print card number as text under barcode: checked
--

--
Template:

Units: SI Millimeters
Page height: 32mm
Page width: 95mm
Card width: 95mm
Card height: 30mm

Top page margin: 5mm
Left page margin: 2mm
Number of columns: 1
Number of rows: 1
--

--
User:

Cardnumber: 1
Surname: Test
Firstname: 12345678 123456 (Test)

2. Before applying the patch, try to export a batch that contains the user with
cardnumber 1
3. Note that Apache will timeout and that create-pdf.pl infinitely loops in the
background (I haven't tested with Plack, but Katrin has mentioned in
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22429#c1 that it will
bring down the instance.)
  3a. ps -efww | grep "create-pdf"
4. Apply the patch
5. Note that the patron card is generated and downloaded via your browser

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list