beta
Hello developer. Login with your existing account. New to Vodafone Developer? Register your account.

+ Login or create an account

0

Hi, when i try to start BCM on Ubuntu 10.10 i get this error:

2011-02-14 23:28:22,389 INFO BCM 2.99.12 starting, using 0.5.5 core 2011-02-14 23:28:22,394 INFO profile.py: model - ProfilesModel initialisation 2011-02-14 23:28:22,394 INFO profile.py: model - getactiveuuid - self.conf.get('profile','uuid') is: 2011-02-14 23:28:22,395 INFO profile.py: model - getprofilebyuuid: uuid passed in = the attribute 'setactive' = False 2011-02-14 23:28:22,448 INFO WARNING profile.py: model - getprofilebyuuid: No profile found with uuid 2011-02-14 23:28:22,448 INFO profile.py: model - activateprofile 2011-02-14 23:28:22,449 INFO WARNING profile.py: model - activateprofile - There is no active profile to 'activate'! /usr/local/lib/python2.6/dist-packages/wader/bcm/contrib/gtkmvc/view.py:63: GtkWarning: Invalid input string wids[i], domain)) segfault

dmesg output: [ 442.608900] PPP BSD Compression module registered [ 442.720193] PPP Deflate Compression module registered [ 529.954394] showsignalmsg: 15 callbacks suppressed [ 762.521976] psmouse.c: bad data from KBC - timeout [ 797.331776] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 797.332785] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 797.334065] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 797.345349] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 797.346355] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 797.346361] psmouse.c: issuing reconnect request Did somebody now how can i fixit? Thanks!

2 Answers:

0

Hi panticz, There should be nothing wader or BCM can do to cause a segfault, as they are written in python and have no access to pointers. I can only think that we may be triggering it by failing to supply proper input to an underlying routine. The only clue I have here is the GTK warning beforehand, which is of course just a warning and could be unconnected. What's your LANG variable set to? Mine is:

bash-4.1$ echo $LANG
en_GB.UTF-8

Perhaps yours is set to the empty string ""? I see in the code we test if it's set, but don't check if it's empty. If you can't correct it, try unsetting it:

unset LANG

Hope it helps,

Andrew

0

I suspect that wader has failed to start. What do you get from the following command?

ps ax | grep wader

Login and answer the question