Results 1 to 2 of 2

Thread: Burpsuite crash - Raspberry Pi 2

  1. #1
    Join Date
    2015-Aug
    Posts
    3

    Burpsuite crash - Raspberry Pi 2

    I have Kali Linux installed on a Raspberry Pi 2. I have installed the burpsuite free edition, but after invoking the program from command line I see the burpsuite banner for a few seconds and the following error messages appear on the console:
    Code:
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  Internal Error (arm32JIT.cpp:1424), pid=2991, tid=3037721696
    #  fatal error: stack over/under flow?
    #
    # JRE version: OpenJDK Runtime Environment (7.0_91-b02) (build 1.7.0_91-b02)
    # Java VM: OpenJDK Zero VM (24.91-b01 mixed mode linux-arm )
    # Derivative: IcedTea 2.6.3
    # Distribution: Debian GNU/Linux 8.2 (jessie), package 7u91-2.6.3-1~deb8u1
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # An error report file with more information is saved as:
    # /usr/share/hs_err_pid2991.log
    #
    # If you would like to submit a bug report, please include
    # instructions on how to reproduce the bug and visit:
    #   http://icedtea.classpath.org/bugzilla
    #
    Abortado
    I tried also downloading Burpsuite .jar file from https://portswigger.net/burp/downloadfree.html and then executing java -jar from the command line with the -Xmx option (tried with different memory sizes: -Xmx256m, -Xmx512m, -Xmx1024m) but I got always the same fatal error as shown above.

    I've attached the error report file in case it could be of any help
    Attached Files Attached Files

  2. #2
    rodrunner,

    I was having the same problem on my raspberry pi 2. After some searching I decided to try and remove openjdk and burpsuite, then install oracle 8 for ARM and download the burp .JAR file from the portswigger site rather than apt-get.

    This other kali forum thread made it real easy for me:

    https://forums.kali.org/showthread.p...-on-Kali-Linux

    Hope this helps you out

    ~dirtyR

Similar Threads

  1. Can't install burpsuite
    By Rama3124 in forum General Archive
    Replies: 0
    Last Post: 2020-04-04, 12:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •