Packet Tracer Segmentation Fault Ubuntu 18.04











up vote
3
down vote

favorite
1












I have installed Cisco Packet Tracer 7.1.1 on Ubuntu 18.04. Every time I launch the application it closes and give me a message Segmentation fault (core dumped).
Using the gdb, I went to the installation directory /opt/pt/bin and I typed the following commands:



$gdb Packettracer
$gdb > run
$gdb > where


Which reports a problem with libpng and libcrypto.so.1.0.0



Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile

Thread 1 "PacketTracer7" received signal SIGSEGV, Segmentation fault.
0x00007ffff79f49a7 in CRYPTO_add_lock () from /usr/lib/x86_64-linux- gnu/libcrypto.so.1.0.0


How can i fix this?










share|improve this question
























  • Are you using 14.04 or 18.04? Please specify correct Ubuntu version in tags and in question.
    – N0rbert
    May 23 at 7:44












  • I'm using ubuntu 18.04. I dont have so much point in stackexchange to use the tag for ubuntu 18.04
    – noslin005
    May 23 at 18:18










  • Thank you for great debugging method, I can confirm this issue on clean installation of Ubuntu 18.04 LTS. If it is possible, please report bug to Cisco. We can not change anything on Ubuntu side, I think. But they can recompile their proprietary software to support Ubuntu 18.04 LTS. We can not downgrade libcrypto.so.1.0.0 because it is a part of libssl1.0.0 package, which has a lot of reverse-dependencies. As alternative you may try previous version of CPT. But CPT 7.1.1 works on 16.04 LTS (see my answer).
    – N0rbert
    May 23 at 20:40

















up vote
3
down vote

favorite
1












I have installed Cisco Packet Tracer 7.1.1 on Ubuntu 18.04. Every time I launch the application it closes and give me a message Segmentation fault (core dumped).
Using the gdb, I went to the installation directory /opt/pt/bin and I typed the following commands:



$gdb Packettracer
$gdb > run
$gdb > where


Which reports a problem with libpng and libcrypto.so.1.0.0



Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile

Thread 1 "PacketTracer7" received signal SIGSEGV, Segmentation fault.
0x00007ffff79f49a7 in CRYPTO_add_lock () from /usr/lib/x86_64-linux- gnu/libcrypto.so.1.0.0


How can i fix this?










share|improve this question
























  • Are you using 14.04 or 18.04? Please specify correct Ubuntu version in tags and in question.
    – N0rbert
    May 23 at 7:44












  • I'm using ubuntu 18.04. I dont have so much point in stackexchange to use the tag for ubuntu 18.04
    – noslin005
    May 23 at 18:18










  • Thank you for great debugging method, I can confirm this issue on clean installation of Ubuntu 18.04 LTS. If it is possible, please report bug to Cisco. We can not change anything on Ubuntu side, I think. But they can recompile their proprietary software to support Ubuntu 18.04 LTS. We can not downgrade libcrypto.so.1.0.0 because it is a part of libssl1.0.0 package, which has a lot of reverse-dependencies. As alternative you may try previous version of CPT. But CPT 7.1.1 works on 16.04 LTS (see my answer).
    – N0rbert
    May 23 at 20:40















up vote
3
down vote

favorite
1









up vote
3
down vote

favorite
1






1





I have installed Cisco Packet Tracer 7.1.1 on Ubuntu 18.04. Every time I launch the application it closes and give me a message Segmentation fault (core dumped).
Using the gdb, I went to the installation directory /opt/pt/bin and I typed the following commands:



$gdb Packettracer
$gdb > run
$gdb > where


Which reports a problem with libpng and libcrypto.so.1.0.0



Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile

Thread 1 "PacketTracer7" received signal SIGSEGV, Segmentation fault.
0x00007ffff79f49a7 in CRYPTO_add_lock () from /usr/lib/x86_64-linux- gnu/libcrypto.so.1.0.0


How can i fix this?










share|improve this question















I have installed Cisco Packet Tracer 7.1.1 on Ubuntu 18.04. Every time I launch the application it closes and give me a message Segmentation fault (core dumped).
Using the gdb, I went to the installation directory /opt/pt/bin and I typed the following commands:



$gdb Packettracer
$gdb > run
$gdb > where


Which reports a problem with libpng and libcrypto.so.1.0.0



Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile

Thread 1 "PacketTracer7" received signal SIGSEGV, Segmentation fault.
0x00007ffff79f49a7 in CRYPTO_add_lock () from /usr/lib/x86_64-linux- gnu/libcrypto.so.1.0.0


How can i fix this?







networking 18.04 libraries cisco






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 23 at 19:53









N0rbert

20.5k54494




20.5k54494










asked May 23 at 3:10









noslin005

185




185












  • Are you using 14.04 or 18.04? Please specify correct Ubuntu version in tags and in question.
    – N0rbert
    May 23 at 7:44












  • I'm using ubuntu 18.04. I dont have so much point in stackexchange to use the tag for ubuntu 18.04
    – noslin005
    May 23 at 18:18










  • Thank you for great debugging method, I can confirm this issue on clean installation of Ubuntu 18.04 LTS. If it is possible, please report bug to Cisco. We can not change anything on Ubuntu side, I think. But they can recompile their proprietary software to support Ubuntu 18.04 LTS. We can not downgrade libcrypto.so.1.0.0 because it is a part of libssl1.0.0 package, which has a lot of reverse-dependencies. As alternative you may try previous version of CPT. But CPT 7.1.1 works on 16.04 LTS (see my answer).
    – N0rbert
    May 23 at 20:40




















  • Are you using 14.04 or 18.04? Please specify correct Ubuntu version in tags and in question.
    – N0rbert
    May 23 at 7:44












  • I'm using ubuntu 18.04. I dont have so much point in stackexchange to use the tag for ubuntu 18.04
    – noslin005
    May 23 at 18:18










  • Thank you for great debugging method, I can confirm this issue on clean installation of Ubuntu 18.04 LTS. If it is possible, please report bug to Cisco. We can not change anything on Ubuntu side, I think. But they can recompile their proprietary software to support Ubuntu 18.04 LTS. We can not downgrade libcrypto.so.1.0.0 because it is a part of libssl1.0.0 package, which has a lot of reverse-dependencies. As alternative you may try previous version of CPT. But CPT 7.1.1 works on 16.04 LTS (see my answer).
    – N0rbert
    May 23 at 20:40


















Are you using 14.04 or 18.04? Please specify correct Ubuntu version in tags and in question.
– N0rbert
May 23 at 7:44






Are you using 14.04 or 18.04? Please specify correct Ubuntu version in tags and in question.
– N0rbert
May 23 at 7:44














I'm using ubuntu 18.04. I dont have so much point in stackexchange to use the tag for ubuntu 18.04
– noslin005
May 23 at 18:18




I'm using ubuntu 18.04. I dont have so much point in stackexchange to use the tag for ubuntu 18.04
– noslin005
May 23 at 18:18












Thank you for great debugging method, I can confirm this issue on clean installation of Ubuntu 18.04 LTS. If it is possible, please report bug to Cisco. We can not change anything on Ubuntu side, I think. But they can recompile their proprietary software to support Ubuntu 18.04 LTS. We can not downgrade libcrypto.so.1.0.0 because it is a part of libssl1.0.0 package, which has a lot of reverse-dependencies. As alternative you may try previous version of CPT. But CPT 7.1.1 works on 16.04 LTS (see my answer).
– N0rbert
May 23 at 20:40






Thank you for great debugging method, I can confirm this issue on clean installation of Ubuntu 18.04 LTS. If it is possible, please report bug to Cisco. We can not change anything on Ubuntu side, I think. But they can recompile their proprietary software to support Ubuntu 18.04 LTS. We can not downgrade libcrypto.so.1.0.0 because it is a part of libssl1.0.0 package, which has a lot of reverse-dependencies. As alternative you may try previous version of CPT. But CPT 7.1.1 works on 16.04 LTS (see my answer).
– N0rbert
May 23 at 20:40












2 Answers
2






active

oldest

votes

















up vote
1
down vote













After installing CPT:



sudo apt-get update
sudo apt-get install -y libqt5webkit5 libqt5multimedia5 libqt5xml5 libqt5script5 libqt5scripttools5
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
wget http://ftp.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb


https://www.youtube.com/watch?v=CBXTmPo8330






share|improve this answer






























    up vote
    0
    down vote













    It seems to be a problem in the PacketTracer implementation.



    I had the same issue here, but I solved the problem using the previous version of Packet Tracer (7.0).
    The Packet Tracer 7.0 is available at the Netacad portal.






    share|improve this answer























    • @KarlRichter: it seems to be an answer... (edited to make it clearer)
      – Fabby
      May 28 at 16:43










    • @Fabby Right. Thank you and sorry for the superficial check.
      – Karl Richter
      May 28 at 16:55








    • 1




      I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
      – Videonauth
      May 28 at 17:09












    • netacad.com is a cisco site.
      – Thufir
      Jul 8 at 4:04











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039243%2fpacket-tracer-segmentation-fault-ubuntu-18-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    After installing CPT:



    sudo apt-get update
    sudo apt-get install -y libqt5webkit5 libqt5multimedia5 libqt5xml5 libqt5script5 libqt5scripttools5
    wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
    wget http://ftp.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
    sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
    sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb


    https://www.youtube.com/watch?v=CBXTmPo8330






    share|improve this answer



























      up vote
      1
      down vote













      After installing CPT:



      sudo apt-get update
      sudo apt-get install -y libqt5webkit5 libqt5multimedia5 libqt5xml5 libqt5script5 libqt5scripttools5
      wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
      wget http://ftp.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
      sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
      sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb


      https://www.youtube.com/watch?v=CBXTmPo8330






      share|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote









        After installing CPT:



        sudo apt-get update
        sudo apt-get install -y libqt5webkit5 libqt5multimedia5 libqt5xml5 libqt5script5 libqt5scripttools5
        wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
        wget http://ftp.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
        sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
        sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb


        https://www.youtube.com/watch?v=CBXTmPo8330






        share|improve this answer














        After installing CPT:



        sudo apt-get update
        sudo apt-get install -y libqt5webkit5 libqt5multimedia5 libqt5xml5 libqt5script5 libqt5scripttools5
        wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
        wget http://ftp.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
        sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
        sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb


        https://www.youtube.com/watch?v=CBXTmPo8330







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 12 at 1:11









        Egene

        636




        636










        answered Aug 18 at 8:08









        Max Bondarev

        111




        111
























            up vote
            0
            down vote













            It seems to be a problem in the PacketTracer implementation.



            I had the same issue here, but I solved the problem using the previous version of Packet Tracer (7.0).
            The Packet Tracer 7.0 is available at the Netacad portal.






            share|improve this answer























            • @KarlRichter: it seems to be an answer... (edited to make it clearer)
              – Fabby
              May 28 at 16:43










            • @Fabby Right. Thank you and sorry for the superficial check.
              – Karl Richter
              May 28 at 16:55








            • 1




              I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
              – Videonauth
              May 28 at 17:09












            • netacad.com is a cisco site.
              – Thufir
              Jul 8 at 4:04















            up vote
            0
            down vote













            It seems to be a problem in the PacketTracer implementation.



            I had the same issue here, but I solved the problem using the previous version of Packet Tracer (7.0).
            The Packet Tracer 7.0 is available at the Netacad portal.






            share|improve this answer























            • @KarlRichter: it seems to be an answer... (edited to make it clearer)
              – Fabby
              May 28 at 16:43










            • @Fabby Right. Thank you and sorry for the superficial check.
              – Karl Richter
              May 28 at 16:55








            • 1




              I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
              – Videonauth
              May 28 at 17:09












            • netacad.com is a cisco site.
              – Thufir
              Jul 8 at 4:04













            up vote
            0
            down vote










            up vote
            0
            down vote









            It seems to be a problem in the PacketTracer implementation.



            I had the same issue here, but I solved the problem using the previous version of Packet Tracer (7.0).
            The Packet Tracer 7.0 is available at the Netacad portal.






            share|improve this answer














            It seems to be a problem in the PacketTracer implementation.



            I had the same issue here, but I solved the problem using the previous version of Packet Tracer (7.0).
            The Packet Tracer 7.0 is available at the Netacad portal.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 28 at 17:03









            Fabby

            26.2k1360159




            26.2k1360159










            answered May 28 at 13:12









            Matheus Melo

            1




            1












            • @KarlRichter: it seems to be an answer... (edited to make it clearer)
              – Fabby
              May 28 at 16:43










            • @Fabby Right. Thank you and sorry for the superficial check.
              – Karl Richter
              May 28 at 16:55








            • 1




              I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
              – Videonauth
              May 28 at 17:09












            • netacad.com is a cisco site.
              – Thufir
              Jul 8 at 4:04


















            • @KarlRichter: it seems to be an answer... (edited to make it clearer)
              – Fabby
              May 28 at 16:43










            • @Fabby Right. Thank you and sorry for the superficial check.
              – Karl Richter
              May 28 at 16:55








            • 1




              I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
              – Videonauth
              May 28 at 17:09












            • netacad.com is a cisco site.
              – Thufir
              Jul 8 at 4:04
















            @KarlRichter: it seems to be an answer... (edited to make it clearer)
            – Fabby
            May 28 at 16:43




            @KarlRichter: it seems to be an answer... (edited to make it clearer)
            – Fabby
            May 28 at 16:43












            @Fabby Right. Thank you and sorry for the superficial check.
            – Karl Richter
            May 28 at 16:55






            @Fabby Right. Thank you and sorry for the superficial check.
            – Karl Richter
            May 28 at 16:55






            1




            1




            I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
            – Videonauth
            May 28 at 17:09






            I wonder what a net academy portal has to do with packet tracer. And even more where on that page to find it without enrolling in a course.
            – Videonauth
            May 28 at 17:09














            netacad.com is a cisco site.
            – Thufir
            Jul 8 at 4:04




            netacad.com is a cisco site.
            – Thufir
            Jul 8 at 4:04


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039243%2fpacket-tracer-segmentation-fault-ubuntu-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局