[Github-comments] [geany/geany] Segmentation fault with vte while quitting (#2457)

Alynx Zhou notifications at xxxxx
Thu Mar 26 07:08:40 UTC 2020


> This is a recorded message, please always provide the version of Geany, Glib and GTK (see lines near the top of Help->Debug Messages) and the operating system and version you are using.

```
11:48:50: Geany INFO		: Geany 1.36, C
11:48:50: Geany INFO		: GTK 3.24.14, GLib 2.62.5
```

Some last lines of `strace -v`:

```
mkdir("/home/berny/.config/geany/plugins/git-changebar", 0700) = -1 EEXIST (File exists)
stat("/home/berny/.config/geany/plugins/git-changebar", {st_dev=makedev(0x8, 0x3), st_ino=5046407, st_mode=S_IFDIR|0700, st_nlink=2, st_uid=1000, st_gid=100, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=1568839490 /* 2019-09-18T22:44:50.294080482+0200 */, st_atime_nsec=294080482, st_mtime=1584615119 /* 2020-03-19T11:51:59.730143562+0100 */, st_mtime_nsec=730143562, st_ctime=1584615119 /* 2020-03-19T11:51:59.730143562+0100 */, st_ctime_nsec=730143562}) = 0
openat(AT_FDCWD, "/home/berny/.config/geany/plugins/git-changebar/git-changebar.conf.IW80H0", O_RDWR|O_CREAT|O_EXCL, 0666) = 10
fallocate(10, 0, 0, 105)                = -1 EOPNOTSUPP (Operation not supported)
write(10, "[general]\nmonitor-repository=tru"..., 105) = 105
fstatfs(10, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=28350632, f_bfree=5107059, f_bavail=3692766, f_files=7208960, f_ffree=6905360, f_fsid={val=[1805602031, 1325029409]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOATIME}) = 0
lstat("/home/berny/.config/geany/plugins/git-changebar/git-changebar.conf", {st_dev=makedev(0x8, 0x3), st_ino=5046410, st_mode=S_IFREG|0644, st_nlink=1, st_uid=1000, st_gid=100, st_blksize=4096, st_blocks=8, st_size=105, st_atime=1584615119 /* 2020-03-19T11:51:59.718143404+0100 */, st_atime_nsec=718143404, st_mtime=1584615119 /* 2020-03-19T11:51:59.718143404+0100 */, st_mtime_nsec=718143404, st_ctime=1584615119 /* 2020-03-19T11:51:59.730143562+0100 */, st_ctime_nsec=730143562}) = 0
fsync(10)                               = 0
close(10)                               = 0
rename("/home/berny/.config/geany/plugins/git-changebar/git-changebar.conf.IW80H0", "/home/berny/.config/geany/plugins/git-changebar/git-changebar.conf") = 0
stat("/etc/localtime", {st_dev=makedev(0x8, 0x2), st_ino=656812, st_mode=S_IFREG|0644, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2298, st_atime=1569244017 /* 2019-09-23T15:06:57+0200 */, st_atime_nsec=0, st_mtime=1569244017 /* 2019-09-23T15:06:57+0200 */, st_mtime_nsec=0, st_ctime=1583450481 /* 2020-03-06T00:21:21.877425942+0100 */, st_ctime_nsec=877425942}) = 0
munmap(0x7fbae129f000, 42136)           = 0
munmap(0x7fbae0a86000, 1012080)         = 0
munmap(0x7fbae1294000, 41032)           = 0
munmap(0x7fbae06de000, 247736)          = 0
getpgid(19619)                          = 19619
kill(-19619, SIGHUP)                    = 0
kill(19619, SIGHUP)                     = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2457#issuecomment-604266624
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200326/1b7804db/attachment-0001.htm>


More information about the Github-comments mailing list