Dear Maintainer,
I can confirm this bug is affecting my debian testing installation too.
I tried to launch nm-connection-editor directly from CLI and it looks
like it cannot parse the OpenVPN configuration file:
open("/home/user/.openvpn/client.ovpn", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
read(17, "dev tun\nclient\nproto tcp-client\n"..., 454) = 454
close(17) = 0
access("/home/user/.openvpn/client.pem", F_OK) = 0
open("/home/user/.openvpn/client.pem", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0600, st_size=887, ...}) = 0
read(17, "-BEGIN RSA PRIVATE KEY-\n"..., 887) = 887
close(17) = 0
open("/usr/share/locale/fr_FR.utf8/LC_MESSAGES/libgnutls.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
open("/usr/share/locale/fr_FR/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/fr.utf8/LC_MESSAGES/libgnutls.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/fr/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/home/user/.openvpn/client.pem", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0600, st_size=887, ...}) = 0
read(17, "-BEGIN RSA PRIVATE KEY-\n"..., 1024) = 887
read(17, "", 1024) = 0
close(17) = 0
open("/dev/urandom", O_RDONLY) = 17
fcntl(17, F_GETFD) = 0
fcntl(17, F_SETFD, FD_CLOEXEC) = 0
getuid()= 1000
getppid() = 7553
read(17, "\232,K\257=\3339\37\\L\354p\352\222\37 ", 16) = 16
gettid()= 7554
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Regards,
Benoît
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org