That's weird. That's where the source code is. Is it possible that you are getting shared library from somewhere other than the build tree? Try an ldd on the executable? Are you installing with make install and running? If you didn't install after building the second time, you may see the behaviour you are running into. I would expect breakpoints to still work though. My main platform is Linux and I debug with gdb daily. I never run into any problems.
<br>Also, if you have a non-classified data that demonstrates the problem, we can take a look at it. I am guessing it is something simple.<br><br>-Berk<br><br><div><span class="gmail_quote">On 7/3/06, <b class="gmail_sendername">
Peter J. Bismuti</b> &lt;<a href="mailto:pjb9508@vashon.ca.boeing.com">pjb9508@vashon.ca.boeing.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm trying to debug PV, and one of the problems I'm having is that I don't<br>know where the actual source is.&nbsp;&nbsp;The error message here points me to a file:<br><br>/acct/pjb9508/VTK/paraview-2.4.3/VTK/IO/vtkEnSight6BinaryReader.cxx
<br><br>but this does not seem to be the actual source code.&nbsp;&nbsp;Strangely, when I alter<br>this file it triggers make to recompile, but the changes are not taking<br>effect.&nbsp;&nbsp;For example, I cannot alter the text at line 222:
<br><br>&quot;Invalid number of unstructured points&quot;<br><br>Also, I cannot seem to set breakpoints in GDB using this file path.<br><br>Can anyone explain to me what is going on?&nbsp;&nbsp;Thanks.<br><br><br># Error or warning: There was a VTK Error in
<br>file: /acct/pjb9508/VTK/paraview-2.4.3/VTK/IO/vtkEnSight6BinaryReader.cxx<br>(222)<br> vtkEnSight6BinaryReader (0x1e7f600): Invalid number of unstructured points;<br>check that ByteOrder is set correctly.<br>ErrorMessage end
<br>ErrorMessage<br># Error or warning: There was a VTK Error in<br>file: /acct/pjb9508/VTK/paraview-2.4.3/VTK/IO/vtkEnSightReader.cxx (270)<br> vtkEnSight6BinaryReader (0x1e7f600): error reading geometry file<br>ErrorMessage end
<br>ErrorMessage<br># Error or warning: There was a VTK Error in<br>file: /acct/pjb9508/VTK/paraview-2.4.3/VTK/Filtering/vtkExecutive.cxx (688)<br> vtkCompositeDataPipeline (0x1e7ec10): Algorithm<br>vtkEnSight6BinaryReader(0x1e7f600) returned failure for request:
<br>vtkInformation (0x1e7d750)<br>&nbsp;&nbsp;Debug: Off<br>&nbsp;&nbsp;Modified Time: 101813<br>&nbsp;&nbsp;Reference Count: 1<br>&nbsp;&nbsp;Registered Events: (none)<br>&nbsp;&nbsp;Request: REQUEST_DATA<br>&nbsp;&nbsp;FORWARD_DIRECTION: 0<br>&nbsp;&nbsp;KEYS_TO_COPY: UPDATE_BLOCKS<br>&nbsp;&nbsp;FROM_OUTPUT_PORT: 0
<br>&nbsp;&nbsp;ALGORITHM_AFTER_FORWARD: 1<br>ErrorMessage end<br><br>_______________________________________________<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br><a href="http://www.paraview.org/mailman/listinfo/paraview">
http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br>