If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-07-06
Logged In: YES
user_id=456242
Originator: NO
Why such low priority? This leads to a crash, and all you have to do to produce it is generate postscript from a canvas containing a stippled (although not displayed as such) item. For instance...
$ wish
% pack [canvas .c]
% .c create rect 100 100 300 200 -fill blue -stipple gray25
1
% .c postscript
XGetImage Failure: XGetImage: only ZPixmap types are implemented
/usr/bin/wish: line 2: 401 Bus error "$(dirname $0)/../../System/Library/Frameworks/Tk.framework/Versions/8.4/Resources/Wish Shell.app/Contents/MacOS/Wish Shell" "$@"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=80530
Added a constraint so this
test stops crashing the
Tk test suite.
Leaving open, as the panic
still indicates a bug.
Logged In: YES
user_id=456242
Originator: NO
Why such low priority? This leads to a crash, and all you have to do to produce it is generate postscript from a canvas containing a stippled (although not displayed as such) item. For instance...
$ wish
% pack [canvas .c]
% .c create rect 100 100 300 200 -fill blue -stipple gray25
1
% .c postscript
XGetImage Failure: XGetImage: only ZPixmap types are implemented
/usr/bin/wish: line 2: 401 Bus error "$(dirname $0)/../../System/Library/Frameworks/Tk.framework/Versions/8.4/Resources/Wish Shell.app/Contents/MacOS/Wish Shell" "$@"