evince is crashing for me trying to view very simple ps files.<br>I suspect the problem might be an X driver bug because<br>evince works fine with the same file under a vnc session<br>on the same computer and works on another fedora 8 box.
<br><br>Here's the error I get:<br><br>evince /tmp/test.ps<br><br>Gdk-ERROR **: The program 'evince' received an X Window System error.<br>This probably reflects a bug in the program.<br>The error was 'BadAlloc (insufficient resources for operation)'.
<br>  (Details: serial 729 error_code 11 request_code 53 minor_code 0)<br>  (Note to programmers: normally, X errors are reported asynchronously;<br>   that is, you will receive the error a while after causing it.<br>   To debug your program, run it with the --sync command line
<br>   option to change this behavior. You can then get a meaningful<br>   backtrace from your debugger if you break on the gdk_x_error() function.)<br>aborting...<br>Abort (core dumped)<br><br><br>I created the ps file from a graphviz file with these contents:
<br>digraph base {<br>"A"->"B" [ label = "C"]<br>}<br><br>Then I did this:<br>dot -Tps /tmp/test.dot > /tmp/test.ps <br><br>I'm running these versions of evince/Xorg:<br>evince-2.20.2-1.fc8
<br>xorg-x11-server-Xorg-1.3.0.0-36.fc8<br><br>My smolt profile is here:<br><a href="http://www.smolts.org/show?UUID=4f262ae0-66cb-4187-889a-e767b1f67807">http://www.smolts.org/show?UUID=4f262ae0-66cb-4187-889a-e767b1f67807
</a><br><br>Does anybody know how to fix this?<br><br>Thanks.<br><br>        David<br><br>