The dispatcher expects PATH environment variable and fails at
strdup(getenv("PATH")); because usb_modeswitch script doesn't export
PATH variable:

PATH=/sbin:/usr/sbin:$PATH

should be

export PATH=/sbin:/usr/sbin:$PATH

for the variable to appear in the environment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155975

Title:
  usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1155975/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to