Segmentation fault erorr

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pawanrpandey
    New Member
    • Feb 2007
    • 14

    Segmentation fault erorr

    Hi,

    When I am running my Perl Application, which uses some additional Perl Libraries, getting 'Segmentation Fault (core dumped)' error. I have build the perl again but still the problem is existing. Can any one suggest the probable reason for this 'Segmentation fault'.

    Thanks,
    Pawan
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by pawanrpandey
    Hi,

    When I am running my Perl Application, which uses some additional Perl Libraries, getting 'Segmentation Fault (core dumped)' error. I have build the perl again but still the problem is existing. Can any one suggest the probable reason for this 'Segmentation fault'.

    Thanks,
    Pawan

    You need to please supply more information regarding the issue. There is nothing here that we can go on to help you. For instance:

    1. What OS are you working on?
    2. What are the libraries and where did you get them from?
    3. What output, other than the error above, are you seeing?

    We need a lot more information if we are to assist you.

    Regards,

    Jeff

    Comment

    • pawanrpandey
      New Member
      • Feb 2007
      • 14

      #3
      Hi,

      I got the solution of that "segmentati on fault" error. It was on Solaris 9 OS.
      Actaully the Perl application was developed using library from Perl 5.6.1 and the Perl I was using was v5.8.5. So It was giving 'segmentaion fault' error. I compared all library and Perl version on other platforms where the same application was installed and then I un-installed Perl 5.8.5 and made Perl 5.6.1 as default Perl on my system. So it started working without any error.

      Sorry for not providing some important information related to platform, Perl libraries and version. Actually I missed that.

      Thanks for your relpy.

      Regards,
      Pawan

      Comment

      Working...