core dump

  1. D

    Other Sway core dump

    When I run sway (not as root, in the tty) it prints Abort trap (core dumped). I am using an Intel Pentium N3530 processor and I’m running Intel graphics. I apologise for anything in this post against the etiquette of the forums because this is my first time posting here.
  2. M

    cp generates core dump within jails

    Hi there, I've witnessed core dump several times and each time in the same situation. I have two jails hosting a "cloud service" ... and on both jails I use a script to update the software (the same one) When copying the directory containing "Nextcloud" for backup, I've had core dumps several...
  3. Clippers

    Shell Received Segmentation Fault after writing a Shell Script - FreeBSD13 Stable

    I was following an example found in: Practical rc.d scripting in BSD - at https://docs.freebsd.org/en/articles/rc-scripting/ ...and the 1st example, shows the "dummy" script. So, I reproduced the script in /etc/rc.conf.d, then I corrected errors, set the execute bit, and made a run. # start...
  4. nerozero

    doxygen-1.9.1,2 failed to build, bison - core dumped

    Hello, unable to rebuild devel/doxygen [ 30%] Linking CXX static library ../lib/libvhdlparser.a cd /usr/ports/devel/doxygen/work/.build/vhdlparser && /usr/local/bin/cmake -P CMakeFiles/vhdlparser.dir/cmake_clean_target.cmake cd /usr/ports/devel/doxygen/work/.build/vhdlparser &&...
  5. F

    Solved Core dumps on my /home/username/ !??!?

    Ok so FreeBSD secures memory and makes unreadable to non-root users. But by default FreeBSD comes with "ulimit = unlimited" and I think that can cause to make normal users be able to read other apps memories. No code execution maybe but core dumps can include special informations about...
  6. D

    Solved lldb is the trouble !

    Hi everybody, As said in title, lldb causes me some trouble. Configuration: Intel(R) Core(TM) i5 CPU 650 @ 3.20GHz FreeBSD 12.2-RELEASE-p1 GENERIC amd64 FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target...
  7. C

    Solved Setting ulimit -s results in segmentation fault - expected behaviour or a bug?

    Hi, I recently moved few of my Plex systems to FreeBSD 12.2-RELEASE-p1 and noticed that the startup script tries to enforce a stack size of 3000 using ulimit: root@abyss:~ # grep -i ulimit /usr/local/etc/rc.d/plexmediaserver_plexpass ulimit -s 3000 So when I try to start/stop/restart it...
Back
Top