[Bug 1018583] Re: gpsprof crashed with IOError in __main__: [Errno 32] Broken pipe

2012-06-27 Thread Roman Stingler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018583

Title:
  gpsprof crashed with IOError in __main__: [Errno 32] Broken pipe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1018583/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1018583] [NEW] gpsprof crashed with IOError in __main__: [Errno 32] Broken pipe

2012-06-27 Thread Roman Stingler
Public bug reported:

when trying to plot gps fixes via gnuplot a error is generated

without plot works fine
$ gpsprof -n5
gpsprof: 20261 looking for fix...first fix in 0.45sec, gathering 5 
samples..(4.44 sec) done.
set title "2012-06-27T20:23:49, Generic NMEA, 9600 8N1, cycle 1s"
set autoscale
set key below
set key title "2012-06-27T20:23:53"
set size ratio -1
set style line 2 pt 1
set style line 3 pt 2
set xlabel "Meters east from 14E"
set ylabel "Meters north from 46N"
set border 15
set y2label "Meters Altitude from 219.76"
set ytics nomirror
set y2tics
cep=0.134223
cep95=0.189821
cep99=0.189821
set parametric
set trange [0:2*pi]
cx(t, r) = sin(t)*r
cy(t, r) = cos(t)*r
chlen = cep/20
set arrow from -chlen,0 to chlen,0 nohead
set arrow from 0,-chlen to 0,chlen nohead
plot "-" using 1:2 with points ls 3 title "5 GPS fixes" , "-" using ( 1.00 
):($5 < 10 ? $5 - 219.76 : 1/0) axes x1y2 with points ls 2 title " 5 
Altitude fixes, Average = 219.76, EP (50%) = 0.16", cx(t, cep),cy(t, 
cep) ls 1 title "CEP (50%) = 0.00 meters", cx(t, cep95),cy(t, cep95) title 
"CEP (95%) = 0.164390 meters", cx(t, cep99),cy(t, cep99) title "CEP (99%) = 
0.164390 meters"
# Position uncertainty, 2012-06-27T20:23:49, Generic NMEA, 9600 8N1, cycle 1s


but when plotted this error is generated:
$ gpsprof -n5 | gnuplot -p
gpsprof: 20370 looking for fix...first fix in 0.56sec, gathering 5 
samples..(4.93 sec) done.
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: python-gps 3.6-3ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-2.2-generic 3.5.0-rc4
Uname: Linux 3.5.0-2-generic x86_64
ApportVersion: 2.2.5-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Wed Jun 27 22:21:59 2012
ExecutablePath: /usr/bin/gpsprof
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120413)
InterpreterPath: /usr/bin/python2.7
ProcCmdline: python /usr/bin/gpsprof -n50
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
PythonArgs: ['/usr/bin/gpsprof', '-n50']
SourcePackage: gpsd
Title: gpsprof crashed with IOError in __main__: [Errno 32] Broken pipe
Traceback:
 Traceback (most recent call last):
   File "/usr/bin/gpsprof", line 405, in 
 sys.stdout.write(plot.plot())
 IOError: [Errno 32] Broken pipe
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gpsd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash need-duplicate-check quantal

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

Title:
  gpsprof crashed with IOError in __main__: [Errno 32] Broken pipe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1018583/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot

2012-06-27 Thread Roman Stingler
could be 
my 64bit system is also affected by this bug

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

Title:
  Wireless Mouse not registered on Startup or Reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/958174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1018284] Re: vlc crashed with SIGSEGV

2012-06-27 Thread Roman Stingler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018284

Title:
  vlc crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1018284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1018284] [NEW] vlc crashed with SIGSEGV

2012-06-27 Thread Roman Stingler
Public bug reported:

when clicking on open disk/networkstream or capture device most of the
time the new window is corrupted

see attached picture

http://en.zimagez.com/zimage/screenshotfrom2012-06-27101334.php";
target="_blank" title="Photo hosted by zimagez.com">http://en.zimagez.com/miniature/screenshotfrom2012-06-27101334.png";
alt="Photo hosted by zimagez.com" />

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: vlc-nox 2.0.1-4build1
ProcVersionSignature: Ubuntu 3.5.0-2.2-generic 3.5.0-rc4
Uname: Linux 3.5.0-2-generic x86_64
ApportVersion: 2.2.5-0ubuntu1
Architecture: amd64
Date: Wed Jun 27 10:03:13 2012
Disassembly: => 0x7f920f68fe07: Cannot access memory at address 0x7f920f68fe07
ExecutablePath: /usr/bin/vlc
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120413)
ProcCmdline: /usr/bin/vlc
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f920f68fe07:  Cannot access memory at address 
0x7f920f68fe07
 PC (0x7f920f68fe07) ok
 Stack memory exhausted (SP below stack segment)
 SP (0x7f92162ac840) ok
 Reason could not be automatically determined.
Signal: 11
SourcePackage: vlc
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: vlc crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash need-amd64-retrace quantal

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

Title:
  vlc crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1018284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016976] Re: crystalhd-dkms crashes on installation on 3.5.0-1 kernel

2012-06-23 Thread Roman Stingler
got a solution works fine now
just comment following lines

--- crystalhd_misc.h
//#include  

--- crystalhd_lnx.h
//#include 

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

Title:
  crystalhd-dkms crashes on installation on 3.5.0-1 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/crystalhd/+bug/1016976/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016980] Re: onboard crashed with signal 5 in _XReply()

2012-06-23 Thread Roman Stingler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016980

Title:
  onboard crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1016980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016980] [NEW] onboard crashed with signal 5 in _XReply()

2012-06-23 Thread Roman Stingler
Public bug reported:

crashed after restart

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: onboard 0.97.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
Uname: Linux 3.5.0-1-generic x86_64
ApportVersion: 2.2.5-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Sat Jun 23 23:02:22 2012
ExecutablePath: /usr/bin/onboard
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120413)
InterpreterPath: /usr/bin/python2.7
ProcCmdline: /usr/bin/python /usr/bin/onboard
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: onboard
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XGetWindowProperty () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XGetTextProperty () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /usr/lib/python2.7/dist-packages/Onboard/osk.so
Title: onboard crashed with signal 5 in _XReply()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: onboard (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash need-amd64-retrace quantal

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

Title:
  onboard crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1016980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016976] [NEW] crystalhd-dkms crashes on installation on 3.5.0-1 kernel

2012-06-23 Thread Roman Stingler
Public bug reported:

 tail -f /var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/make.log 
make -C /lib/modules/3.5.0-1-generic/build 
SUBDIRS=/var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/driver/linux 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-1-generic'
  CC [M]  
/var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/driver/linux/crystalhd_lnx.o
In file included from 
/var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/driver/linux/crystalhd_lnx.c:20:0:
/var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/driver/linux/crystalhd_lnx.h:48:24:
 fatal error: asm/system.h: No such file or directory
compilation terminated.
make[2]: *** 
[/var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/driver/linux/crystalhd_lnx.o]
 Error 1
make[1]: *** 
[_module_/var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/driver/linux] 
Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-1-generic'
make: *** [all] Error 2

** Affects: crystalhd (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  crystalhd-dkms crashes on installation on 3.5.0-1 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/crystalhd/+bug/1016976/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016974] [NEW] apport-gtk crashed with OSError in thread_collect_info(): [Errno 1] Operation not permitted: '/var/crash/crystalhd-dkms.0.crash'

2012-06-23 Thread Roman Stingler
Public bug reported:

gtk panel hangs

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: apport-gtk 2.2.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
Uname: Linux 3.5.0-1-generic x86_64
ApportVersion: 2.2.5-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Sat Jun 23 22:47:53 2012
ExecutablePath: /usr/share/apport/apport-gtk
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120413)
InterpreterPath: /usr/bin/python3.2mu
PackageArchitecture: all
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gtk
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/share/apport/apport-gtk']
SourcePackage: apport
Title: apport-gtk crashed with OSError in thread_collect_info(): [Errno 1] 
Operation not permitted: '/var/crash/crystalhd-dkms.0.crash'
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash quantal

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

Title:
  apport-gtk crashed with OSError in thread_collect_info(): [Errno 1]
  Operation not permitted: '/var/crash/crystalhd-dkms.0.crash'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1016974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1016974] Re: apport-gtk crashed with OSError in thread_collect_info(): [Errno 1] Operation not permitted: '/var/crash/crystalhd-dkms.0.crash'

2012-06-23 Thread Roman Stingler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016974

Title:
  apport-gtk crashed with OSError in thread_collect_info(): [Errno 1]
  Operation not permitted: '/var/crash/crystalhd-dkms.0.crash'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1016974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868034] Re: Huawei E220 can't connect on Ubuntu 11.10

2011-11-01 Thread Roman Stingler
@Sleepy John

Thank you very much, this works perfect.
first 
Bus 005 Device 003: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem 
doesn't work
after 
Bus 005 Device 005: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem 
works perfect.

you are great.

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

Title:
  Huawei E220 can't connect on Ubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/868034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565970] Re: defaults to /var/log/bootchart.tgz which doesn't exist

2011-05-08 Thread Roman Stingler
if this error message is displayed:

/var/log/bootchart.tgz not found

and you have a SSD and optimized it in fstab like me


 tmpfs /tmp tmpfs nodev,nosuid 0 0 

tmpfs /dev/shm tmpfs nodev,nosuid 0 0

tmpfs /var/tmp tmpfs defaults 0 0

tmpfs /var/log tmpfs nodev,nosuid 0 0

tmpfs /var/cache/apt/archives tmpfs defaults 0 0


 there is the problem that all in /var/log is deleted after reboot because it's 
in the RAM 

so all you have to do is just add this line

tmpfs /var/log/bootchart tmpfs nodev,nosuid 0 0

so the folder is being created and the files are copied after a few
seconds.

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

Title:
  defaults to /var/log/bootchart.tgz which doesn't exist

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598096] Re: Bootchart does not generate a .tar.gz file

2011-05-08 Thread Roman Stingler
today i had the same problem my notebook -> no files were created
my girlfriends notebook -> everything worked fine 

so i decided to check the differences and a few minutes ago i found the
reason

* I have also posted it in
https://wiki.archlinux.org/index.php/Talk:Bootchart *

if this error message is displayed:

/var/log/bootchart.tgz not found

and you have a SSD and optimized it in fstab like me


 tmpfs /tmp tmpfs nodev,nosuid 0 0 

tmpfs /dev/shm tmpfs nodev,nosuid 0 0

tmpfs /var/tmp tmpfs defaults 0 0

tmpfs /var/log tmpfs nodev,nosuid 0 0

tmpfs /var/cache/apt/archives tmpfs defaults 0 0


 there is the problem that all in /var/log is deleted after reboot because it's 
in the RAM 

so all you have to do is just add this line

tmpfs /var/log/bootchart tmpfs nodev,nosuid 0 0

so the folder is being created and the files are copied after a few
seconds.

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

Title:
  Bootchart does not generate a .tar.gz file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 734202] Re: software-center crashed with SIGSEGV in __cxa_allocate_exception()

2011-03-13 Thread Roman Stingler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/734202

Title:
  software-center crashed with SIGSEGV in __cxa_allocate_exception()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 734202] [NEW] software-center crashed with SIGSEGV in __cxa_allocate_exception()

2011-03-13 Thread Roman Stingler
Public bug reported:

Binary package hint: software-center

cant open the softwarecenter

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: software-center 3.1.23.2
ProcVersionSignature: Ubuntu 2.6.38-6.34-generic 2.6.38-rc7
Uname: Linux 2.6.38-6-generic i686
Architecture: i386
Date: Sun Mar 13 09:28:56 2011
ExecutablePath: /usr/share/software-center/software-center
InstallationMedia: Xubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202)
InterpreterPath: /usr/bin/python2.7
ProcCmdline: /usr/bin/python /usr/bin/software-center
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.utf8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x26ba6bd <__cxa_allocate_exception+61>: addl   
$0x1,0x4(%eax)
 PC (0x026ba6bd) ok
 source "$0x1" ok
 destination "0x4(%eax)" (0x000c) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: software-center
StacktraceTop:
 __cxa_allocate_exception () from /usr/lib/libstdc++.so.6
 Xapian::Database::Database(std::basic_string, 
std::allocator > const&) () from /usr/lib/sse2/libxapian.so.22
 ?? () from /usr/lib/python2.7/dist-packages/xapian/_xapian.so
 PyEval_EvalFrameEx ()
 PyEval_EvalCodeEx ()
Title: software-center crashed with SIGSEGV in __cxa_allocate_exception()
UpgradeStatus: Upgraded to natty on 2011-03-13 (0 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 natty

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

Title:
  software-center crashed with SIGSEGV in __cxa_allocate_exception()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726249] Re: xfce4-indicator-plugin crashed with SIGSEGV in dbusmenu_menuitem_property_set_variant()

2011-02-27 Thread Roman Stingler
** Attachment added: "no signs in panel"
   
https://bugs.launchpad.net/bugs/726249/+attachment/1875407/+files/Screenshot%20-%2002272011%20-%2010%3A50%3A26%20PM.png

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

Title:
  xfce4-indicator-plugin crashed with SIGSEGV in
  dbusmenu_menuitem_property_set_variant()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726249] [NEW] xfce4-indicator-plugin crashed with SIGSEGV in dbusmenu_menuitem_property_set_variant()

2011-02-27 Thread Roman Stingler
Public bug reported:

Binary package hint: xfce4-indicator-plugin

xubuntu installed 11.04 alpha 2on sun 27th feb. 20:00 and updated it till 21:00 
with auto-updater and also with terminal 
apt-get update, apt-get dist-upgrade same problem. no user-name or button in 
panel for the session manager and also no button in the panel for 
network-manager. both "places" are click-able and it's possible to logout or 
connect to a network. but it's really hard

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xfce4-indicator-plugin 0.2.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic i686
Architecture: i386
Date: Sun Feb 27 22:41:27 2011
ExecutablePath: 
/usr/lib/xfce4-indicator-plugin/xfce4/panel-plugins/xfce4-indicator-plugin
InstallationMedia: Xubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202)
ProcCmdline: 
/usr/lib/xfce4-indicator-plugin/xfce4/panel-plugins/xfce4-indicator-plugin  5 
23068724 indicator Indicator\ Plugin An\ indicator\ of\ something\ that\ needs\ 
your\ attention\ on\ the\ desktop
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.utf8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x13552099 :  
cmp%eax,(%edx)
 PC (0x13552099) ok
 source "%eax" ok
 destination "(%edx)" (0x0008) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: xfce4-indicator-plugin
StacktraceTop:
 dbusmenu_menuitem_property_set_variant () from /usr/lib/libdbusmenu-glib.so.3
 dbusmenu_menuitem_property_set_int () from /usr/lib/libdbusmenu-glib.so.3
 ?? () from /usr/lib/libdbusmenu-gtk.so.3
 g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
 g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
Title: xfce4-indicator-plugin crashed with SIGSEGV in 
dbusmenu_menuitem_property_set_variant()
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Affects: xfce4-indicator-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 natty

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

Title:
  xfce4-indicator-plugin crashed with SIGSEGV in
  dbusmenu_menuitem_property_set_variant()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs