On 15/10/12 18:59, mishunika wrote: > Hello! > > When I try to connect via networkmanager to mobile network using a > Huawei E353 USB Dongle, I get noting, and an error in dmesg: > modem-manager[1137]: segfault at 0 ip b769ce50 sp bfab93b8 error 4 in > libglib-2.0.so.0.3200.4[b762a000+f7000] > > How can I fix it? > > PS. I'm using an updated archlinux machine, modemmanager > 0.6.0.0-1, networkmanager 0.9.6.0-2 %) >
Not sure if there is another way of reporting issues in ArchLinux; did you try to report the issue to them directly? Some rough steps to follow: * Compile MM with debug symbols; I guess in ArchLinux you can take the following file: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/modemmanager and then add "CFLAGS=-ggdb -O0" (including quotes) after the --disable-static option passed to configure. * Once compiled and installed, run it under gdb: $> sudo gdb --args /usr/sbin/modem-manager --debug * Reproduce your problem and wait for gdb to tell you about the segfault. Once you have that, just run "bt" (inside gdb). Then include in your email the output of the gdb command as well as the ModemManager debug logs. Cheers! -- Aleksander _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
