PB 5.71 x64 final linux IDE crash

Post bugs related to the IDE here
Bitblazer
Enthusiast
Enthusiast
Posts: 736
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

PB 5.71 x64 final linux IDE crash

Post by Bitblazer »

Steps to reproduce:
- open project A
- close project A
- open Project B
- switch to any other project tab
- open "project options"
- IDE crashes with a SIGSEGV core dump

These are basically the steps which keep crashing the IDE with ubuntu 18 for me. I am not sure if you need additional ones like switching to another tab and changing the cursor position but i dont think so.

These steps have crashed the x64 linux 5.71 IDE three times today already and the last time i traced the crash with strace and it ended with the classic SIGSEGV.

Bottom of the strace crash log:

Code: Select all

openat(AT_FDCWD, "/media/sf_Linux/linstall/examples/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 7
fstat(7, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(7, /* 29 entries */, 32768)    = 776
stat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/boot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/sbin", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/media", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/cdrom", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat("/run", {st_mode=S_IFDIR|0755, st_size=780, ...}) = 0
stat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/sys", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
stat("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat("/lost+found", {st_mode=S_IFDIR|0700, st_size=16384, ...}) = 0
stat("/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/snap", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/swapfile", {st_mode=S_IFREG|0600, st_size=1208053760, ...}) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
"/media/sf_Linux/" is a virtualbox "shared directory" path as i develop linux versions running a virtualbox emulation and "linstall" is the current project B path of the IDE.