Till, > I have discovered that I can no longer write gmv files (but eps files e.g. > work fine). > > The program just keeps running without proceeding and writes no data into > the files (e.g. with standard step-4 example code), and never finishes.
I can't reproduce this problem on my machine -- step-4 runs just fine and produces the expected output. But I'm running a straight linux box, not anything under vmware or similar. > Sorry I don't really get the exact position of the problem figured out > because my debugger apparently just stops letting me step on/in/out and all > I can do is terminate something that looks like an endless loop. The main thread is blocked in this function, waiting for the other threads to termine. But inside gdb you can look at what threads are running if you do info threads and you can switch to individual threads using thread 4 for example. There you can get a backtrace, go up and down in the call tree, etc. Can you find out where things hang? Best Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
