Hello!
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 think the problem lies in the DataOut<dim,DH>::build_patches routine, as
he never reaches its end, but only this function
WorkStream::run (&all_cells[0],
&all_cells[0]+all_cells.size(),
std_cxx1x::bind(&DataOut<dim,DH>::build_one_patch,
*this, _1,
_2, _3,
curved_cell_region),
std_cxx1x::bind(&internal::DataOut::append_patch_to_list<dim,DH::space_dimen
sion>,
_1,
std_cxx1x::ref(this->patches)),
thread_data,
sample_patch);
(from work_stream.h (around line 495, run() routine).)
which never finishes.
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.
Does anyone have an idea what my problem might be?
I've updated (update, clean, reconfig, make all) my svn version yesterday,
I'm developing under sdk eclipse (ubuntu vmware player inside XP) and gdb
debugger (also has the problem using console command line).
So I have no idea what I could have tempered with to create this problem, it
used to work just fine in the past (although I cannot say exactly since when
I've had this problem; might have come with the update though).
Could this have to do with my compiler or changes in the OS??
Any help would be useful, as remaking did not seem to do the trick.
Thank you, greetings
Till
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii