Paste: jpeg backtrace

Author: erg
Mode: factor
Date: Fri, 15 May 2009 05:34:43
Plain Text |
( scratchpad - auto ) :c
[ call -> stop ]
listener-thread
listener
(listener)
with-datastack
[ [ ~quotation~ dip call datastack ] dip -> continue-with ]
[ [ ~array~ like set-datastack ] dip call -> datastack ]
image.
M\ string <image-gadget>
load-jpeg
baseline-decompress
decode-macroblock
[ iterate-step -> iterate-next (each-integer) ]
[ -roll [ call ] 3dip -> ]
[ iterate-step -> iterate-next (each-integer) ]
[ -roll [ call ] 3dip -> ]
M\ sequence set-nth
bounds-error
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]

Annotation: failing jpegs

Author: erg
Mode: factor
Date: Fri, 15 May 2009 05:36:04
Plain Text |
failing jpegs:

http://ennaoj.files.wordpress.com/2008/11/bunny.jpg
ttp://www.bunny-rabbits.com/big-bunny.jpg

New Annotation

Summary:
Author:
Mode:
Body: