|
[Sponsors] |
February 20, 2012, 04:13 |
segment fault during using paraview3120
|
#1 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
Hi,everyone,i installed OpenFOAM2.1.0 and paraview3.12.0,but when i use paraview ,sometimes there occurring segment fault.who can give me some advice to overcome this error.Thanks a lot.
|
|
February 20, 2012, 05:20 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings hei@ge,
Try this: Code:
paraFoam -builtin Best regards, Bruno
__________________
|
|
February 20, 2012, 05:34 |
|
#3 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
Hi,first,thank for your replying .I think that paraFoam -builtin is just a way of open case in the root of case.I use paraFoam in the root of case,then i get the fault.
|
|
February 20, 2012, 05:38 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Really? You don't believe me?? Then try this to see if I'm right or not:
Code:
paraFoam -help
__________________
|
|
February 20, 2012, 05:52 |
|
#5 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
sorry,i did not mean that.i have tryed it .but there are some problem.because my case is not decomposed.How can i use paraFoam -builtin in my case which is not decomposed?Thanks a lot.
|
|
February 20, 2012, 09:51 |
|
#6 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi hei@ge,
Quote:
The built-in reader can open both kinds of cases, namely decomposed and cases that have not been decomposed! So I don't understand what kind of problem are you getting... any chance you can post a snapshot of the problem you are getting? Best regards, Bruno
__________________
|
||
February 20, 2012, 21:08 |
|
#7 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
I use paraFoam -builtin open my case,and i chose "reconstructed case".Then i get a message: p, li { white-space: pre-wrap; } line 6481
vtkOpenFOAMReaderPrivate (0x9ea1ea0): Error reading line 22 of /root/OpenFOAM/root-2.1.0/run/tutorials/incompressible/simpleFoam/wf2/0/epsilon: Expected number, string or (, found turbulentEpsilon ERROR: In /home/opencfd/OpenFOAM/ThirdParty-2.1.0/ParaView-3.12.0/VTK/IO/vtkOpenFOAMReader.cxx, line 6481 vtkOpenFOAMReaderPrivate (0x9ea1ea0): Error reading line 21 of /root/OpenFOAM/root-2.1.0/run/tutorials/incompressible/simpleFoam/wf2/0/k: Expected number, string or (, found turbulentKE ERROR: In /home/opencfd/OpenFOAM/ThirdParty-2.1.0/ParaView-3.12.0/VTK/IO/vtkOpenFOAMReader.cxx, line 6481 vtkOpenFOAMReaderPrivate (0x9ea1ea0): Error reading line 21 of /root/OpenFOAM/root-2.1.0/run/tutorials/incompressible/simpleFoam/wf2/0/p: Expected number, string or (, found pressure. Can you give me some advice,Thanks very much. |
|
February 21, 2012, 02:53 |
|
#8 |
New Member
Sam Mathew
Join Date: Apr 2010
Location: India
Posts: 19
Rep Power: 16 |
Unfortunately, I'm also facing problems with using paraFoam. I had reinstalled OpenFOAM 2.1 and ParaView 3.12 from source build as described on OpenFOAM website.
Especially, when I tried to use Plot over Line, paraFoam is crashing on my Ubuntu 10.04, from CAELinux. The following message gets displayed X Error: BadRequest (invalid request code or no such operation) 1 Extension: 154 (Uknown extension) Minor opcode: 182 (Unknown request) Resource id: 0x3e02d9d paraview: ../../src/xcb_io.c:183: process_responses: Assertion `!(req && current_request && !(((long) (req->sequence) - (long) (current_request)) <= 0))' failed. I tried Bruno's proposal to use paraFoam -builtin, but the problem still persists. Any suggestions will be highly valuable. Thank you. |
|
February 21, 2012, 03:08 |
|
#9 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
The problem is still confusing me .When i solve it ,I will tell you how to do it.
|
|
February 21, 2012, 05:42 |
|
#10 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi hei@ge and Sam-CFD,
hei@ge: OK, now we are getting somewhere. Your problem is related to a filesystem problem or locale interpretation problem. A few more questions:
Sam-CFD: The drivers for your machine's graphics card are probably not properly installed. The other possibility is due to one of several glitches that occurs every once in a while:
Bruno
__________________
|
|
February 21, 2012, 07:12 |
|
#11 |
New Member
Sam Mathew
Join Date: Apr 2010
Location: India
Posts: 19
Rep Power: 16 |
Thanks Bruno. The Plot over Line is working for me perfectly.
My problem was fixed after rebooting. It seems after installing the Graphic drivers, I hadn't rebooted my machine yet. Sam |
|
February 21, 2012, 20:43 |
|
#12 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
Thank you,Bruno.I install double system:my host machine is XP,and i install ubuntu10.04 in the F disk. My ubuntu10.04 's language is chinese.In my p case,there is one symbol "$",whether the symbol of $ is too new for reader to recognize it?
|
|
February 22, 2012, 04:45 |
|
#13 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi hei@ge,
Indeed, it's very possible to be a problem with locale. The usual fix is: Code:
export LC_ALL=C Best regards, Bruno
__________________
|
|
February 23, 2012, 21:36 |
|
#14 |
Member
张德胜
Join Date: Oct 2011
Posts: 71
Rep Power: 15 |
Thanks a lot .I think some warnings do not always influent the process of the simulation,right?
|
|
February 24, 2012, 04:20 |
|
#15 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi hei@ge,
Quote:
Best regards, Bruno
__________________
|
||
Tags |
segment |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Segmentation fault when running dieselFoam or dieselEngineFoam in parallel | francesco | OpenFOAM Bugs | 4 | May 2, 2017 22:59 |
Pointwise segment file or .dat file example | RuiVO | Pointwise & Gridgen | 5 | November 23, 2015 11:46 |
Segmentation Fault | Shawn_A | OpenFOAM Running, Solving & CFD | 6 | October 31, 2011 15:38 |
Problem with segment surface and meshing | Silmaril | ANSYS Meshing & Geometry | 1 | October 13, 2011 17:42 |
PHI file structure | Eugene | Phoenics | 9 | November 2, 2001 23:00 |