[Bug 1232469] Re: Apache coredump when started with dbd and php5 enabled

2013-11-10 Thread Torsten Knodt
Thanks for the analysis. If I can help, please let me know.

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1232469] Re: Apache coredump when started with dbd and php5 enabled

2013-10-31 Thread Torsten Knodt
Hi Robie,
sorry for the late feedback. I was able to reproduce the issue in a fresh 
pbuilder environment.
aptitude --with-recommends install apache2 php5 php5-pgsql libaprutil1-dbd-pgsql
cat >>/etc/apache2/mods-available/dbd.conf
DBDriver pgsql
DBDParams "dbname=XXX user=XXX password=XXX"
DBDMax 3
DBDKeep 1
CTRL+D
a2enmod ssl dbd authn_dbd authz_dbd php5
a2ensite 000-default default-ssl
/etc/init.d/apache2 restart

The I get the core dump.

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1239339] [NEW] [SAMSUNG ELECTRONICS CO., LTD. R40/R41] suspend/resume failure

2013-10-13 Thread Torsten Knodt
Public bug reported:

I guess this happended due to a hardware fault, but I am not sure.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-12-generic 3.11.0-12.19
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.12.5-0ubuntu1
Architecture: i386
Date: Sun Oct 13 12:19:16 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=5bc6d9ef-412d-4f14-a3fa-abe21a7f6b51
InstallationDate: Installed on 2013-06-11 (124 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
InterpreterPath: /usr/bin/python3.3
MachineType: SAMSUNG ELECTRONICS CO., LTD. R40/R41
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=b72c50bf-027b-45bc-bb2d-d316766f33c1 ro
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-12-generic N/A
 linux-backports-modules-3.11.0-12-generic  N/A
 linux-firmware 1.116
SourcePackage: linux
StagingDrivers: zram
Title: [SAMSUNG ELECTRONICS CO., LTD. R40/R41] suspend/resume failure
UpgradeStatus: Upgraded to saucy on 2013-10-11 (2 days ago)
UserGroups:
 
dmi.bios.date: 10/02/2006
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 06YA
dmi.board.name: R40/R41
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr06YA:bd10/02/2006:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40/R41:pvr06YA:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40/R41:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
dmi.product.name: R40/R41
dmi.product.version: 06YA
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: apport-kerneloops i386 resume saucy staging suspend

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

Title:
  [SAMSUNG ELECTRONICS CO., LTD. R40/R41] suspend/resume failure

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

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


[Bug 1232469] Re: Apache coredump when started with dbd and php5 enabled

2013-10-04 Thread Torsten Knodt
There is someone with a probably related problem on Apache 2.4 if he uses 
mod_dbd and ssl: 
http://mail-archives.apache.org/mod_mbox/httpd-users/201307.mbox/%3CCAN5euqn8jrfOyx9933DvXRb_4Cv+MBPAWuKkV2LmZ=fh1kj...@mail.gmail.com%3E
 .
Based on this I have replaced mod_ssl with mod_gnutls and all seems to work.
Nevertheless I will try to reproduce my problem on a fresh installation and 
provide steps to reproduce it.

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1232469] Re: Apache coredump when started with dbd and php5 enabled

2013-10-01 Thread Torsten Knodt
Many thanks for the fast reply.
I have a fresh installation, but already incorporated configuration changes and 
more packages from my old installation. As I now saw in a fresh virtual minimal 
apache2+php5+dbd installation that it works there. I will try to figure out 
what the trigger is and come back to you at the weekend.

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1232469] Re: Apache coredump when started with dbd and php5 enabled

2013-09-30 Thread Torsten Knodt
Additional information. This also happens when loading the geoip module
in addition to dbd.

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1232469] error.log.txt

2013-09-28 Thread Torsten Knodt
apport information

** Attachment added: "error.log.txt"
   
https://bugs.launchpad.net/bugs/1232469/+attachment/3847304/+files/error.log.txt

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1232469] Re: Apache coredump when started with dbd and php5 enabled

2013-09-28 Thread Torsten Knodt
apport information

** Tags added: apport-collected

** Description changed:

  Hello,
  after updating to saucy I got stuck with the above problem.
  When both modules php5 and dbd are activated, apache2 dumps core. There is 
still the apache2 process running, but I cannot access a page.
  I hope someone has an idea. Analyzing the core dump with gdb gave no useful 
results for me:
  
  GNU gdb (GDB) 7.6-ubuntu
  Copyright (C) 2013 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  and "show warranty" for details.
  This GDB was configured as "i686-linux-gnu".
  For bug reporting instructions, please see:
  ...
  Reading symbols from /usr/sbin/apache2...Reading symbols from 
/usr/lib/debug/usr/sbin/apache2...done.
  done.
  [New LWP 5384]
  
  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  Core was generated by `/usr/sbin/apache2 -k start'.
  Program terminated with signal 11, Segmentation fault.
  #0  0xb63a10e9 in ?? () from /lib/i386-linux-gnu/liblzma.so.5
  (gdb) bt full
  #0  0xb63a10e9 in ?? () from /lib/i386-linux-gnu/liblzma.so.5
  No symbol table info available.
  #1  0x00b69240 in ?? ()
  No symbol table info available.
  #2  0xbc00 in ?? ()
  No symbol table info available.
  #3  0xe0bface8 in ?? ()
  No symbol table info available.
  #4  0x3cb69277 in ?? ()
  No symbol table info available.
  #5  0xc0b69240 in ?? ()
  No symbol table info available.
  #6  0x00b6858a in ?? ()
  No symbol table info available.
  #7  0x2000 in ?? ()
  No symbol table info available.
  #8  0x21b90332 in ?? ()
  No symbol table info available.
  #9  0x in ?? ()
  No symbol table info available.
  
  Regards
   Torsten
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: apache2-bin 2.4.6-2ubuntu2
  Uname: Linux 2.6.32-042stab078.27 i686
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: i386
  Date: Sat Sep 28 15:09:26 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=de_DE.utf8
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: apache2
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ 000-default.conf: Error: [Errno 13] Permission denied: 
'/etc/apache2/sites-enabled/000-default.conf'
+ Apache2ConfdDirListing: ['phppgadmin']
+ ApportVersion: 2.12.4-0ubuntu1
+ Architecture: i386
+ DistroRelease: Ubuntu 13.10
+ MarkForUpload: True
+ Package: apache2 2.4.6-2ubuntu2
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=de_DE.utf8
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.utf8
+  SHELL=/bin/bash
+ Tags:  saucy
+ Uname: Linux 2.6.32-042stab078.27 i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm backup operator users
+ datas-world.de.conf: Error: [Errno 13] Permission denied: 
'/etc/apache2/sites-enabled/datas-world.de.conf'
+ default-ssl.conf: Error: [Errno 13] Permission denied: 
'/etc/apache2/sites-enabled/default-ssl.conf'
+ modified.conffile..etc.apache2.apache2.conf: [modified]
+ modified.conffile..etc.apache2.conf.available.localized.error.pages.conf: 
[modified]
+ modified.conffile..etc.apache2.conf.available.security.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.alias.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.autoindex.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.info.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.mime.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.negotiation.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.ssl.conf: [modified]
+ modified.conffile..etc.apache2.mods.available.status.conf: [modified]
+ modified.conffile..etc.apache2.sites.available.000.default.conf: 
[inaccessible: [Errno 13] Permission denied: 
u'/etc/apache2/sites-available/000-default.conf']
+ modified.conffile..etc.apache2.sites.available.default.ssl.conf: 
[inaccessible: [Errno 13] Permission denied: 
u'/etc/apache2/sites-available/default-ssl.conf']
+ modified.conffile..etc.logrotate.d.apache2: [modified]
+ mtime.conffile..etc.apache2.apache2.conf: 2013-09-15T18:22:15
+ mtime.conffile..etc.apache2.conf.available.localized.error.pages.conf: 
2013-09-15T16:19:55
+ mtime.conffile..etc.apache2.conf.available.security.conf: 2013-09-15T16:28:21
+ mtime.conffile..etc.apache2.mods.available.alias.conf: 2013-09-15T16:20:49
+ mtime.conffile..etc.apache2.mods.available.autoindex.conf: 2013-09-04T20:33:44
+ mtime.conffile..etc.apache2.mods.available.info.conf: 2013-09-04T20:37:47
+ mtime.conffile..etc.apache2.mods.available.mime.conf: 2013-09-04T20:48:24
+ mtime.conffile..etc.apache2.mods.availa

[Bug 1232469] Dependencies.txt

2013-09-28 Thread Torsten Knodt
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1232469/+attachment/3847303/+files/Dependencies.txt

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 1232469] [NEW] Apache coredump when started with dbd and php5 enabled

2013-09-28 Thread Torsten Knodt
Public bug reported:

Hello,
after updating to saucy I got stuck with the above problem.
When both modules php5 and dbd are activated, apache2 dumps core. There is 
still the apache2 process running, but I cannot access a page.
I hope someone has an idea. Analyzing the core dump with gdb gave no useful 
results for me:

GNU gdb (GDB) 7.6-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/sbin/apache2...Reading symbols from 
/usr/lib/debug/usr/sbin/apache2...done.
done.
[New LWP 5384]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0xb63a10e9 in ?? () from /lib/i386-linux-gnu/liblzma.so.5
(gdb) bt full
#0  0xb63a10e9 in ?? () from /lib/i386-linux-gnu/liblzma.so.5
No symbol table info available.
#1  0x00b69240 in ?? ()
No symbol table info available.
#2  0xbc00 in ?? ()
No symbol table info available.
#3  0xe0bface8 in ?? ()
No symbol table info available.
#4  0x3cb69277 in ?? ()
No symbol table info available.
#5  0xc0b69240 in ?? ()
No symbol table info available.
#6  0x00b6858a in ?? ()
No symbol table info available.
#7  0x2000 in ?? ()
No symbol table info available.
#8  0x21b90332 in ?? ()
No symbol table info available.
#9  0x in ?? ()
No symbol table info available.

Regards
 Torsten

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: apache2-bin 2.4.6-2ubuntu2
Uname: Linux 2.6.32-042stab078.27 i686
ApportVersion: 2.12.4-0ubuntu1
Architecture: i386
Date: Sat Sep 28 15:09:26 2013
MarkForUpload: True
ProcEnviron:
 LANGUAGE=de_DE.utf8
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: apache2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 saucy

** Attachment added: "Core dump of apache2"
   https://bugs.launchpad.net/bugs/1232469/+attachment/3847291/+files/core.5384

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

Title:
  Apache coredump when started with dbd and php5 enabled

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

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


[Bug 880049] Re: 100% CPU usage in init if /dev/console is not available

2011-11-26 Thread Torsten Knodt
I would like to add something to the opinion that openvz should fix this.
I agree that it should be fixed by openvz.
But many people are not in control of the openvz/ Virtuozzo installation, 
because they just have rent a virtual server. And as it worked before it should 
still work because else those affected people don't trust into the 
dependability of Ubuntu any more. And by the way, there are many fixes for bad 
hardware in the kernel, why shouldn't there be fixes in Ubuntu for bad virtual 
hardware.

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

Title:
  100% CPU usage in init if /dev/console is not available

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

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


[Bug 45026] Re: K3b dont find emovix-2 and normalize

2011-01-05 Thread Torsten Knodt
When I use Vanessas script, the normalize-audio version shown by k3b is
2005 instead of 0.7.7. The problem seems to be that it takes the version
from the second line output by "normalize-audio --version". Please find
attached a modified script.


** Attachment added: "normalize-audio"
   
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/45026/+attachment/1783902/+files/normalize-audio

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/45026

Title:
  K3b dont find emovix-2 and normalize

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


[Bug 439612] Re: package linux-image-2.6.28-15-generic 2.6.28-15.49 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2009-09-30 Thread Torsten Knodt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/32758353/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/32758354/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/32758355/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/32758356/DpkgTerminalLog.gz

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/32758357/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/32758358/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/32758359/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/32758360/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/32758361/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/32758362/ProcModules.txt

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.49 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/439612
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439612] [NEW] package linux-image-2.6.28-15-generic 2.6.28-15.49 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2009-09-30 Thread Torsten Knodt
Public bug reported:

Just upgraded using "software updates".

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
HibernationDevice: RESUME=UUID=8b63b290-82ce-4e87-9fca-a427fe2b5926
MachineType: System manufacturer System Product Name
NonfreeKernelModules: fglrx
Package: linux-image-2.6.28-15-generic 2.6.28-15.49
ProcCmdLine: root=/dev/mapper/lcars_pata-root ro vga=extended  
crashkernel=384M-2G:6...@16m,2G-:1...@16m
ProcVersionSignature: Ubuntu 2.6.28-15.49-generic
SourcePackage: linux
Title: package linux-image-2.6.28-15-generic 2.6.28-15.49 failed to 
install/upgrade: corrupted filesystem tarfile - corrupted package archive

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


** Tags: amd64 apport-package

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.49 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/439612
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359973] [NEW] ia32-libs required when calling make-googleearth-package on amd64

2009-04-12 Thread Torsten Knodt
Public bug reported:

Binary package hint: googleearth-package

Hello,
make-googleearth-package bails out when not having ia32-libs installed. 
Recommending adding them to the depends section of googleearth-package. My 
system is a current jaunty.

After installing them manually I get:
Package: googleearth
Status: install ok installed
Priority: optional
Section: non-free/science
Maintainer: Torsten Knodt 
Architecture: amd64
Version: 5.0.11337.1968+0.5.4.1-1
Depends: ttf-dejavu | ttf-bitstream-vera | msttcorefonts, ia32-libs (>= 2.4), 
lib32gcc1 (>= 1:4.1.1), lib32stdc++6 (>= 4.1.1), lib32z1 (>= 1:1.1.4), 
libc6-i386 (>= 2.1.3), libc6-i386 (>= 2.2), libc6-i386 (>= 2.2.3), libc6-i386 
(>= 2.2.4), libc6-i386 (>= 2.3), libc6-i386 (>= 2.3.2), ia32-libs, lib32nss-mdns
Description: Google Earth, a 3D map/planet viewer
 Package built with googleearth-package.

Regards
 Torsten

** Affects: googleearth-package (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: googleearth-package
  
  Hello,
- make-googleearth-package bails out when not having ia32-libs installed. 
Recommending adding them to the depends section of googleearth-package.
+ make-googleearth-package bails out when not having ia32-libs installed. 
Recommending adding them to the depends section of googleearth-package. My 
system is a current jaunty.
  
  After installing them manually I get:
  Package: googleearth
  Status: install ok installed
  Priority: optional
  Section: non-free/science
  Maintainer: Torsten Knodt 
  Architecture: amd64
  Version: 5.0.11337.1968+0.5.4.1-1
  Depends: ttf-dejavu | ttf-bitstream-vera | msttcorefonts, ia32-libs (>= 2.4), 
lib32gcc1 (>= 1:4.1.1), lib32stdc++6 (>= 4.1.1), lib32z1 (>= 1:1.1.4), 
libc6-i386 (>= 2.1.3), libc6-i386 (>= 2.2), libc6-i386 (>= 2.2.3), libc6-i386 
(>= 2.2.4), libc6-i386 (>= 2.3), libc6-i386 (>= 2.3.2), ia32-libs, lib32nss-mdns
  Description: Google Earth, a 3D map/planet viewer
   Package built with googleearth-package.
  
  Regards
   Torsten

-- 
ia32-libs required when calling make-googleearth-package on amd64
https://bugs.launchpad.net/bugs/359973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 129319] Conflicts in heimdal-servers should be reduced

2007-07-30 Thread Torsten Knodt
Public bug reported:

Hello,
I think the conflicts to most servers should be removed from heimdal-servers.

In my case, I have proftpd running and I'm using the telnet server of
heimdal. That's not possible without patching heimdal-servers with every
update. I think server conflicts should only be used when they share the
same files and the alternative system can't be used.

Regards
 Torsten

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

-- 
Conflicts in heimdal-servers should be reduced
https://bugs.launchpad.net/bugs/129319
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126096] package openoffice.org-common 2.2.1-5ubuntu2 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2007-07-15 Thread Torsten Knodt
*** This bug is a duplicate of bug 125400 ***
https://bugs.launchpad.net/bugs/125400

Public bug reported:

Binary package hint: openoffice.org

125606, will set as duplicate

ProblemType: Package
Architecture: i386
Date: Fri Jul 13 06:32:29 2007
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 1 zurück
Package: openoffice.org-common 2.2.1-5ubuntu2
SourcePackage: openoffice.org

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

** This bug has been marked a duplicate of bug 125400
   [MASTER] package openoffice.org-common 2.2.1-5ubuntu2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1

-- 
package openoffice.org-common 2.2.1-5ubuntu2 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/126096
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 118955] Re: apport-qt crashed with IOError in get_module_license()

2007-06-06 Thread Torsten Knodt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/8005941/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/8005942/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/8005943/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://launchpadlibrarian.net/8005944/Traceback.txt

-- 
apport-qt crashed with IOError in get_module_license()
https://bugs.launchpad.net/bugs/118955
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118955] apport-qt crashed with IOError in get_module_license()

2007-06-06 Thread Torsten Knodt
Public bug reported:

Binary package hint: apport

Can't say much. I saw the crash report icon and now I'm posting the
report. Don't know when the problem occured.

ProblemType: Crash
Architecture: amd64
Date: Wed Jun  6 15:50:46 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/share/apport/apport-qt
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: vmnet vmmon nvidia
Package: apport-qt 0.81
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/apport/apport-qt
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
PythonArgs: ['/usr/share/apport/apport-qt']
SourcePackage: apport
Uname: Linux tk-wkst-2 2.6.20-15-lowlatency #2 SMP PREEMPT Sun Apr 15 06:20:10 
UTC 2007 x86_64 GNU/Linux

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

-- 
apport-qt crashed with IOError in get_module_license()
https://bugs.launchpad.net/bugs/118955
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 96614] Re: [apport] apport-retrace crashed with SystemError in run()

2007-05-29 Thread Torsten Knodt
*** This bug is a duplicate of bug 115681 ***
https://bugs.launchpad.net/bugs/115681

Martin, sorry for answering so late. I've overseen your question in my 
launchpad subscriptions.
My package index is always up to date, they were really uninstallable simply 
because the old versions of the dependencies weren't available any more.

-- 
[apport] apport-retrace crashed with SystemError in run()
https://bugs.launchpad.net/bugs/96614
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113516] Re: [apport] astyle crashed with SIGSEGV

2007-05-09 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7587567/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7587568/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7587569/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7587570/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7587571/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7587572/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7587573/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7587574/ThreadStacktrace.txt

-- 
[apport] astyle crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113516
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113516] [apport] astyle crashed with SIGSEGV

2007-05-09 Thread Torsten Knodt
Public bug reported:

Binary package hint: astyle

I don't have the code any more, which crashed astyle. But I remember it
was C-Code with some text comments in it I forget to remove from a
OpenOffice document.

ProblemType: Crash
Architecture: i386
Date: Wed May  2 15:54:54 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/astyle
Package: astyle 1.20.2-2 [modified: usr/bin/astyle]
PackageArchitecture: i386
ProcCmdline: astyle Christian.c
ProcCwd: 
/var/lib/gforge/chroot/home/users/torsknod/Studium/MikroprozessortechnikKickOff
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/var/lib/gforge/chroot/home/users/torsknod/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: astyle
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
 ?? ()
 ?? ()
 ?? () from /lib/tls/i686/cmov/libc.so.6
Uname: Linux lcars 2.6.20-14-server #2 SMP Mon Apr 2 20:44:12 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin operator plugdev 
scanner video

** Affects: astyle (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] astyle crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113516
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113020] Re: [apport] amarokcollectionscanner crashed with SIGFPE in TagLib::Wav::Properties::readWavProperties()

2007-05-07 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7574622/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7574623/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7574624/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7574625/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7574626/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7574627/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7574628/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7574629/ThreadStacktrace.txt

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in 
TagLib::Wav::Properties::readWavProperties()
https://bugs.launchpad.net/bugs/113020
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 113020] [apport] amarokcollectionscanner crashed with SIGFPE in TagLib::Wav::Properties::readWavProperties()

2007-05-07 Thread Torsten Knodt
Public bug reported:

Binary package hint: amarok

Surely a duplicate of 108463 and other but perhaps one stack trace more
helps.

ProblemType: Crash
Architecture: amd64
Date: Sun May  6 21:46:55 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/amarokcollectionscanner
Package: amarok 2:1.4.5-0ubuntu7 [modified: usr/lib/libamarok.so.0.0.0 
usr/bin/amarok usr/bin/amarokapp usr/bin/amarokcollectionscanner 
usr/bin/amarok_libvisual]
PackageArchitecture: amd64
ProcCmdline: amarokcollectionscanner --nocrashhandler -r -i /
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 8
SourcePackage: amarok
StacktraceTop:
 TagLib::Wav::Properties::readWavProperties ()
 WavFileTypeResolver::createFile ()
 TagLib::FileRef::create () from /usr/lib/libtag.so.1
 ?? () from /usr/lib/libtag.so.1
 ?? ()
Uname: Linux tk-wkst-2 2.6.20-15-lowlatency #2 SMP PREEMPT Sun Apr 15 06:20:10 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: amarok (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in 
TagLib::Wav::Properties::readWavProperties()
https://bugs.launchpad.net/bugs/113020
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110802] Re: [feisty] Firefox Crashed x86_64

2007-05-06 Thread Torsten Knodt
I had some more crashes after submitting this bug but didn't discover
anything new. But since over a week now, I hadn't a new crash so I guess
some update fixed the problem.

-- 
[feisty] Firefox Crashed x86_64
https://bugs.launchpad.net/bugs/110802
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110802] Re: [apport] firefox-bin crashed with SIGSEGV in raise()

2007-04-28 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7453853/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7453854/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7453855/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7453856/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7453857/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7453858/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7453859/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7453860/ThreadStacktrace.txt

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://bugs.launchpad.net/bugs/110802
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110802] [apport] firefox-bin crashed with SIGSEGV in raise()

2007-04-28 Thread Torsten Knodt
Public bug reported:

Binary package hint: firefox

I don't remember with what page the crash happened.

ProblemType: Crash
Architecture: amd64
Date: Wed Apr 25 15:46:51 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/firefox/firefox-bin
Package: firefox 2.0.0.3+1-0ubuntu2
PackageArchitecture: amd64
ProcCmdline: /usr/lib/firefox/firefox-bin www.nexoc-computer.com -a firefox
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: firefox
StacktraceTop:
 raise () from /lib/libpthread.so.0
 ?? ()
 
 DisplayList::updateSprites ()
 DisplayList::updateSprites ()
Uname: Linux tk-wkst-2 2.6.20-15-lowlatency #2 SMP PREEMPT Sun Apr 15 06:20:10 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://bugs.launchpad.net/bugs/110802
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108830] Re: [apport] wpa_supplicant crashed with SIGSEGV

2007-04-22 Thread Torsten Knodt
*** This bug is a duplicate of bug 98895 ***
https://bugs.launchpad.net/bugs/98895

** This bug has been marked a duplicate of bug 98895
   [apport] wpa_supplicant crashed with SIGSEGV

-- 
[apport] wpa_supplicant crashed with SIGSEGV
https://bugs.launchpad.net/bugs/108830
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108830] Re: [apport] wpa_supplicant crashed with SIGSEGV

2007-04-22 Thread Torsten Knodt
*** This bug is a duplicate of bug 98895 ***
https://bugs.launchpad.net/bugs/98895


** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7384957/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7384958/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7384959/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7384960/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7384961/Registers.txt

-- 
[apport] wpa_supplicant crashed with SIGSEGV
https://bugs.launchpad.net/bugs/108830
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108830] [apport] wpa_supplicant crashed with SIGSEGV

2007-04-22 Thread Torsten Knodt
*** This bug is a duplicate of bug 98895 ***
https://bugs.launchpad.net/bugs/98895

Public bug reported:

Binary package hint: wpasupplicant

Dup of 98895, I guess.

ProblemType: Crash
Architecture: amd64
Date: Tue Apr 17 22:19:29 2007
Disassembly: 0x2b9e01ecaa54:
DistroRelease: Ubuntu 7.04
ExecutablePath: /sbin/wpa_supplicant
Package: wpasupplicant 0.5.7-0ubuntu2 [modified: sbin/wpa_cli 
sbin/wpa_supplicant]
PackageArchitecture: amd64
ProcCmdline: /sbin/wpa_supplicant -B -P /var/run/wpa_supplicant.wlan0.pid -i 
wlan0 -D wext -c /etc/wpa_supplicant.conf -C /var/run/wpa_supplicant
ProcCwd: /
ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Signal: 11
SourcePackage: wpasupplicant
Stacktrace:
 #0  0x2b9e01ecaa54 in ?? ()
 #1  0x in ?? ()
StacktraceTop:
 ?? ()
 ?? ()
ThreadStacktrace:
 .
 Thread 1 (process 4880):
 #0  0x2b9e01ecaa54 in ?? ()
 #1  0x in ?? ()
Uname: Linux tk-wkst-2 2.6.20-15-lowlatency #2 SMP PREEMPT Sun Apr 15 06:20:10 
UTC 2007 x86_64 GNU/Linux
UserGroups:

** Affects: wpasupplicant (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] wpa_supplicant crashed with SIGSEGV
https://bugs.launchpad.net/bugs/108830
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 70315] Re: /etc/ld.so.conf and /etc/ld.so.conf.d/* mismatch

2007-04-21 Thread Torsten Knodt
I was faced with the problem some seconds ago now. I was very suprised that the 
libraries mentioned in /etc/ld.so.conf.d/ where not found and then saw the file 
name problem.
Is there a decision about the names of the files?

-- 
/etc/ld.so.conf and /etc/ld.so.conf.d/* mismatch
https://bugs.launchpad.net/bugs/70315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106852] Re: [apport] amarokcollectionscanner crashed with SIGFPE in wait()

2007-04-15 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7334878/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7334879/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7334880/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7334881/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7334882/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7334883/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7334884/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7334885/ThreadStacktrace.txt

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in wait()
https://bugs.launchpad.net/bugs/106852
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 106852] [apport] amarokcollectionscanner crashed with SIGFPE in wait()

2007-04-15 Thread Torsten Knodt
Public bug reported:

Binary package hint: amarok

Was hearing a web radio while it crashed. The playlist was minimized
during the crash.

ProblemType: Crash
Architecture: amd64
Date: Sun Apr 15 13:53:11 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/amarokcollectionscanner
Package: amarok 2:1.4.5-0ubuntu7
PackageArchitecture: amd64
ProcCmdline: amarokcollectionscanner --nocrashhandler -r -i / /etc/xmcd 
/etc/readahead /etc/rplay /etc/perl/CPAN /etc/nas /etc/pspp /etc/X11/xserver 
/etc/mp3roaster /usr/share/example-content /etc/transcriber 
/usr/share/app-install/channels /usr/share/pycentral/python-apt /usr/share/awk 
/usr/share/xmcd/scripts /usr/share/doc/cddb /usr/share/xmcd/tbl 
/usr/share/xmcd/pixmaps /usr/share/xmcd/config.new /usr/share/xmcd/help 
/var/lib/xmcd/discog /var/lib/xmcd/discog/jazz /var/lib/xmcd/discog/rock 
/var/lib/xmcd/discog/soundtrack /var/lib/xmcd/discog/newage 
/var/lib/xmcd/discog/classical /var/lib/xmcd/discog/data 
/var/lib/xmcd/discog/reggae /var/lib/xmcd/discog/country 
/var/lib/xmcd/discog/folk /var/lib/xmcd/discog/misc /var/lib/xmcd/discog/blues 
/usr/share/sounds/gtk-events /usr/share/sounds/panel /usr/share/goffice/0.2.1 
/usr/share/goffice/0.2.1/glade /usr/share/goffice/0.2.1/patterns 
/usr/share/locale-langpack/[EMAIL PROTECTED]/LC_MESSAGES 
/usr/share/locale-langpack/de /usr/share/locale-langpack/en_CA/LC_MESSAGES 
/usr/share/locale-langpack/[EMAIL PROTECTED]/LC_MESSAGES 
/usr/share/locale-langpack/en/LC_MESSAGES 
/usr/share/locale-langpack/en_US/LC_MESSAGES 
/usr/share/locale-langpack/en_NZ/LC_MESSAGES 
/usr/share/locale-langpack/de_AT/LC_MESSAGES 
/usr/share/locale-langpack/de_DE/LC_MESSAGES /usr/share/xresprobe 
/usr/share/omf/wavesurfer /usr/share/omf/fdutils-faq /usr/share/omf/user-guide 
/usr/share/omf/fdutils /usr/share/omf/libregexp-java /usr/share/omf/libsndfile 
/usr/share/omf/libfreetype6-dev /usr/share/omf/scrollkeeper 
/usr/share/omf/libcommons-logging-java /usr/share/omf/kile /usr/share/omf/pspp 
/usr/share/omf/transcode-doc /usr/share/omf/system-admin-guide 
/usr/share/omf/transcriber /usr/share/omf/gnome-access-guide 
/usr/share/omf/terminatorX /usr/share/initscripts /usr/share/libgksuui1.0 
/usr/share/hal/fdi/information/20thirdparty 
/usr/share/gnome/help/gnome-dictionary /usr/share/gnome/help/stickynotes_applet 
/usr/share/gnome/help/mixer_applet2 /usr/share/gnome/help/user-guide 
/usr/share/gnome/help/user-guide/fr /usr/share/gnome/help/user-guide/fr/figures 
/usr/share/gnome/help/user-guide/bg /usr/share/gnome/help/user-guide/bg/figures 
/usr/share/gnome/help/user-guide/es /usr/share/gnome/help/user-guide/es/figures 
/usr/share/gnome/help/user-guide/C /usr/share/gnome/help/user-guide/C/figures 
/usr/share/gnome/help/user-guide/ru /usr/share/gnome/help/user-guide/ru/figures 
/usr/share/gnome/help/user-guide/pt_BR 
/usr/share/gnome/help/user-guide/pt_BR/figures 
/usr/share/gnome/help/user-guide/sv /usr/share/gnome/help/user-guide/sv/figures 
/usr/share/gnome/help/user-guide/zh_CN 
/usr/share/gnome/help/user-guide/zh_CN/figures 
/usr/share/gnome/help/user-guide/it /usr/share/gnome/help/user-guide/it/figures 
/usr/share/gnome/help/gweather /usr/share/gnome/help/trashapplet 
/usr/share/gnome/help/geyes /usr/share/gnome/help/cpufreq-applet 
/usr/share/gnome/help/accessx-status /usr/share/gnome/help/gswitchit 
/usr/share/gnome/help/same-gnome /usr/share/gnome/help/drivemount 
/usr/share/gnome/help/multiload /usr/share/gnome/help/battstat 
/usr/share/gnome/help/system-admin-guide 
/usr/share/gnome/help/system-admin-guide/es 
/usr/share/gnome/help/system-admin-guide/C 
/usr/share/gnome/help/system-admin-guide/sv 
/usr/share/gnome/help/system-admin-guide/it /usr/share/gnome/help/glines 
/usr/share/gnome/help/gnome-nettool /usr/share/gnome/help/char-palette 
/usr/share/gnome/help/gnome-access-guide 
/usr/share/gnome/help/gnome-access-guide/es 
/usr/share/gnome/help/gnome-access-guide/es/figures 
/usr/share/gnome/help/gnome-access-guide/C 
/usr/share/gnome/help/gnome-access-guide/C/figures 
/usr/share/gnome/help/gnome-access-guide/sv 
/usr/share/gnome/help/gnome-access-guide/sv/figures 
/usr/share/gnome/help/gnome-access-guide/it 
/usr/share/gnome/help/gnome-access-guide/it/figures /usr/share/applnk/Settings 
/usr/share/emacs/site-lisp/coq /usr/share/emacs/site-lisp/pspp 
/usr/share/gnome-common/data /usr/share/scrollkeeper 
/usr/share/scrollkeeper/Templates /usr/share/scrollkeeper/Templates/sq 
/usr/share/scrollkeeper/Templates/sl /usr/share/scrollkeeper/Templates/kk 
/usr/share/scrollkeeper/Tem
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 8
SourcePackage: amarok
StacktraceTop:
 wait () from /lib/libpthread.so.0
 sighandler (signum=8) at libapport.c:89
 
 TagLib::Wav::Properties::readWavProperties ()
 WavFileTypeResolver::createFile ()
Uname: Linux tk-wkst-2 2.6.20-13-lowlatency #2 SMP PREEMPT Sat Mar 24 23:17:23 
UTC 2007 x86_6

[Bug 106708] [apport] artsd crashed with SIGSEGV

2007-04-15 Thread Torsten Knodt
Public bug reported:

Binary package hint: arts

There are some which could be duplicates, but unsure so far.

ProblemType: Crash
Architecture: amd64
Date: Sun Apr 15 00:14:06 2007
Disassembly: 0x3de827e70d:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/artsd
Package: libarts1c2a 1.5.6-0ubuntu1 [modified: usr/bin/artscat usr/bin/artsd 
usr/bin/artsplay usr/bin/artsrec usr/bin/artsshell usr/lib/libartsflow.so.1.0.0 
usr/lib/libartsflow_idl.so.1.0.0 usr/lib/libkmedia2_idl.so.1.0.0 
usr/lib/libmcop.so.1.0.0 usr/lib/libmcop_mt.so.1.0.0 usr/lib/libqtmcop.so.1.0.0 
usr/lib/libsoundserver_idl.so.1.0.0]
PackageArchitecture: amd64
ProcCmdline: /usr/bin/artsd -F 128 -S 8192 -d -n -b 16 -s 60 -m artsmessage -c 
drkonqi -l 3 -f
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: arts
Stacktrace: #0  0x003de827e70d in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux tk-wkst-2 2.6.20-13-lowlatency #2 SMP PREEMPT Sat Mar 24 23:17:23 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: arts (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] artsd crashed with SIGSEGV
https://bugs.launchpad.net/bugs/106708
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106708] Re: [apport] artsd crashed with SIGSEGV

2007-04-15 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7332711/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7332712/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7332713/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7332714/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7332715/Registers.txt

-- 
[apport] artsd crashed with SIGSEGV
https://bugs.launchpad.net/bugs/106708
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96380] Re: [UNMETDEPS] gforge has unmet dependencies

2007-04-13 Thread Torsten Knodt
There is a duplicate of this bug posted by me. After this I tried to
upgrade the dependencies myself by replacing all occurences (also in the
source) of php4 to php5. It seems this is enough, but I only use few
parts of gforge, so I can't promise all modules work.

-- 
[UNMETDEPS] gforge has unmet dependencies
https://bugs.launchpad.net/bugs/96380
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104008] Re: [apport] wpa_supplicant crashed with SIGSEGV in wait()

2007-04-07 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7193623/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7193624/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7193625/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7193626/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7193627/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7193628/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7193629/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7193630/ThreadStacktrace.txt

-- 
[apport] wpa_supplicant crashed with SIGSEGV in wait()
https://bugs.launchpad.net/bugs/104008
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104008] [apport] wpa_supplicant crashed with SIGSEGV in wait()

2007-04-07 Thread Torsten Knodt
Public bug reported:

Binary package hint: wpasupplicant

Probably again 97719, but not sure. Thought it was fixed with the last
upgrade. Again this happened as "welcome" after the first reboot of an
wpa_supplicant upgrade.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Fri Apr  6 06:41:07 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /sbin/wpa_supplicant
Package: wpasupplicant 0.5.7-0ubuntu2
PackageArchitecture: amd64
ProcCmdline: /sbin/wpa_supplicant -B -P /var/run/wpa_supplicant.wlan0.pid -i 
wlan0 -D wext -c /etc/wpa_supplicant.conf -C /var/run/wpa_supplicant
ProcCwd: /
ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Signal: 11
SourcePackage: wpasupplicant
StacktraceTop:
 wait () from /lib/libc.so.6
 sighandler (signum=11) at libapport.c:89
 
 ?? ()
 ?? ()
Uname: Linux tk-wkst-2 2.6.20-13-lowlatency #2 SMP PREEMPT Sat Mar 24 23:17:23 
UTC 2007 x86_64 GNU/Linux
UserGroups:

** Affects: wpasupplicant (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] wpa_supplicant crashed with SIGSEGV in wait()
https://bugs.launchpad.net/bugs/104008
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103253] Re: Kopete IRC Plugin server message boxes can block whole client

2007-04-05 Thread Torsten Knodt
Picture of the message box

** Attachment added: "Picture of the message box"
   http://librarian.launchpad.net/7154725/Screenshot28.png

-- 
Kopete IRC Plugin server message boxes can block whole client
https://bugs.launchpad.net/bugs/103253
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 87569] Symbolic stack trace

2007-04-05 Thread Torsten Knodt

StacktraceTop:TagLib::Wav::Properties::readWavProperties (
WavFileTypeResolver::createFile (
?? ()
std::cout ()
?? ()

** Attachment added: "Stacktrace.txt (retraced)"
   http://librarian.launchpad.net/7154666/%3Cfdopen%3E

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in 
TagLib::Wav::Properties::readWavProperties()
https://bugs.launchpad.net/bugs/87569
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee.

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


[Bug 34040] Re: Kopete begins to use 95%cpu and becomes unresponsive.

2007-04-05 Thread Torsten Knodt
I have the same problem and it's really frustrating. I remeber that over
a year ago I read something about this in a kde mailing list. There was
a discussion that the log files seem to be fully parsed into a DOM tree
and that would be the performance problem. I don't know if this is all,
as I even wait up to 15 seconds on my amd64 system. Java Xerces is even
on my 1Ghz x86 system so fast, that I don't recognize the delay.

-- 
Kopete begins to use 95%cpu and becomes unresponsive. 
https://bugs.launchpad.net/bugs/34040
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

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


[Bug 99815] Re: Kopete is very slow to start (about 10 minutes !)

2007-04-05 Thread Torsten Knodt
My kopete start is also very slow, also when opening a new chat window.
As a hint, I found two causes so far.
1.) my IMAP addressbook, requiring kmail to start first
2.) the enabled history plugin

-- 
Kopete is very slow to start (about 10 minutes !)
https://bugs.launchpad.net/bugs/99815
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 87569] Re: [apport] amarokcollectionscanner crashed with SIGFPE in TagLib::Wav::Properties::readWavProperties()

2007-04-05 Thread Torsten Knodt
Sorry for the last dup, had still the cookie file in the apport-retrace
command line.

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in 
TagLib::Wav::Properties::readWavProperties()
https://bugs.launchpad.net/bugs/87569
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee.

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


[Bug 103253] Kopete IRC Plugin server message boxes can block whole client

2007-04-05 Thread Torsten Knodt
Public bug reported:

Binary package hint: kdenetwork

I discovered the bug, with a server when kopete goes to auto away. Then, after 
a while, I get a message box "The IRC server is currently to busy to respond to 
this request".
That's nothing special, but:
- This should be integrated into the notification system, like other plugins do.
- When the IRC server sends this again and again (and it does), then kopete 
isn't useable any more because this message box locks the whole client.

The only way to come out of this is to kill kopete and start it again.

** Affects: kdenetwork (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Kopete IRC Plugin server message boxes can block whole client
https://bugs.launchpad.net/bugs/103253
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 87569] Symbolic threaded stack trace

2007-04-05 Thread Torsten Knodt

** Attachment added: "ThreadStacktrace.txt (retraced)"
   http://librarian.launchpad.net/7154667/%3Cfdopen%3E

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in 
TagLib::Wav::Properties::readWavProperties()
https://bugs.launchpad.net/bugs/87569
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 101981] [apport] apport-retrace crashed with SystemError in run()

2007-04-05 Thread Torsten Knodt
*** This bug is a duplicate of bug 96614 ***
https://bugs.launchpad.net/bugs/96614

Public bug reported:

Binary package hint: apport

Did nothing, found the error dialog when coming back from university.

ProblemType: Crash
Architecture: amd64
CrashReports:
 600:0:0:122569:2007-03-29 07:41:51.0 +0200:2007-03-29 
07:41:52.0 +0200:/var/crash/_sbin_wpa_supplicant.0.crash
 600:1000:1000:22730526:2007-03-25 21:55:23.0 +0200:2007-03-26 
21:02:05.0 +0200:/var/crash/_usr_bin_amarokapp.1000.crash
 600:0:0:12295:2007-03-29 07:40:58.0 +0200:2007-03-29 
07:42:15.0 +0200:/var/crash/_usr_bin_apport-chroot.0.crash
 600:0:0:17314:2007-03-29 07:34:06.0 +0200:2007-04-02 
07:35:16.0 +0200:/var/crash/_usr_bin_apport-retrace.0.crash
Date: Thu Mar 29 07:34:07 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/apport-retrace
InterpreterPath: /usr/bin/python2.5
Package: apport-retrace 0.71
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/apport-retrace 88295
ProcCwd: /root
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
PythonArgs: ['/usr/bin/apport-retrace', '88295']
SourcePackage: apport
Uname: Linux tk-wkst-2 2.6.20-12-lowlatency #2 SMP PREEMPT Wed Mar 21 19:37:15 
UTC 2007 x86_64 GNU/Linux

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

-- 
[apport] apport-retrace crashed with SystemError in run()
https://bugs.launchpad.net/bugs/101981
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 101981] Re: [apport] apport-retrace crashed with SystemError in run()

2007-04-02 Thread Torsten Knodt
*** This bug is a duplicate of bug 96614 ***
https://bugs.launchpad.net/bugs/96614


** Attachment added: "ApportLog.txt"
   http://librarian.launchpad.net/7119509/ApportLog.txt

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7119510/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7119511/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7119512/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/7119513/Traceback.txt

** This bug has been marked a duplicate of bug 96614
   [apport] apport-retrace crashed with SystemError in run()

-- 
[apport] apport-retrace crashed with SystemError in run()
https://bugs.launchpad.net/bugs/101981
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 97719] Re: [apport] wpa_supplicant crashed with SIGSEGV in wait()

2007-04-01 Thread Torsten Knodt
I do my updates every day and the bug happened only once (even during 0.5.5 was 
installed).
So I can't say surely if it is solved or not.

-- 
[apport] wpa_supplicant crashed with SIGSEGV in wait()
https://launchpad.net/bugs/97719

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


[Bug 97719] Re: [apport] wpa_supplicant crashed with SIGSEGV in wait()

2007-04-01 Thread Torsten Knodt
I do my updates every day and the bug happened only once (even during 0.5.5 was 
installed).
So I can't say surely if it is solved or not.

-- 
[apport] wpa_supplicant crashed with SIGSEGV in wait()
https://launchpad.net/bugs/97719

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


[Bug 99677] Dependency libapache2-mod-php4 no longer in feisty

2007-04-01 Thread Torsten Knodt
Public bug reported:

Binary package hint: gforge-web-apache

gforge-web-apache depends on libapache2-mod-php4, but this is longer in
feisty. I think the solution is an update to php5.

** Affects: gforge (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Dependency libapache2-mod-php4 no longer in feisty
https://launchpad.net/bugs/99677

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


[Bug 97719] [apport] wpa_supplicant crashed with SIGSEGV in wait()

2007-03-28 Thread Torsten Knodt
Public bug reported:

Binary package hint: wpasupplicant

Didn't do anything. My WLAN card wasn't even up.

ProblemType: Crash
Architecture: amd64
Date: Wed Mar 28 16:05:37 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /sbin/wpa_supplicant
Package: wpasupplicant 0.5.5-4 [modified: sbin/wpa_cli sbin/wpa_supplicant 
usr/bin/wpa_passphrase]
PackageArchitecture: amd64
ProcCmdline: /sbin/wpa_supplicant -B -P /var/run/wpa_supplicant.wlan0.pid -i 
wlan0 -D wext -c /etc/wpa_supplicant.conf -C /var/run/wpa_supplicant
ProcCwd: /
ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Signal: 11
SourcePackage: wpasupplicant
StacktraceTop:
 wait () from /lib/libc.so.6
 sighandler (signum=11) at libapport.c:89
 
 ?? ()
 ?? ()
Uname: Linux tk-wkst-2 2.6.20-12-lowlatency #2 SMP PREEMPT Wed Mar 21 19:37:15 
UTC 2007 x86_64 GNU/Linux
UserGroups:

** Affects: wpasupplicant (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] wpa_supplicant crashed with SIGSEGV in wait()
https://launchpad.net/bugs/97719

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


[Bug 97719] Re: [apport] wpa_supplicant crashed with SIGSEGV in wait()

2007-03-28 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7039552/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7039553/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7039554/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7039555/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7039556/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7039557/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7039558/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7039559/ThreadStacktrace.txt

-- 
[apport] wpa_supplicant crashed with SIGSEGV in wait()
https://launchpad.net/bugs/97719

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


[Bug 87462] Re: [apport] amarokcollectionscanner crashed with SIGSEGV in QPixmap::convertFromImage()

2007-03-28 Thread Torsten Knodt
I only have definitly no SMB mount on this system.
But perhaps I have another hint. It' hard to remember what I have done on 
amarokcollectionscanner's crashes but it seems it crashes mostly when I remove 
many files or remove read access privileges to many files after 
amarokcollectionscanner started.

-- 
[apport] amarokcollectionscanner crashed with SIGSEGV in 
QPixmap::convertFromImage()
https://launchpad.net/bugs/87462

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


[Bug 96614] Re: [apport] apport-retrace crashed with SystemError in run()

2007-03-26 Thread Torsten Knodt

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6983338/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6983339/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6983340/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/6983341/Traceback.txt

-- 
[apport] apport-retrace crashed with SystemError in run()
https://launchpad.net/bugs/96614

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


[Bug 96614] [apport] apport-retrace crashed with SystemError in run()

2007-03-26 Thread Torsten Knodt
Public bug reported:

Binary package hint: apport

I tried to retrace a package with upgraded dependencies. Apport-retrace
tried to download, unpack and configure the dbgsym-packages but failed
because it hadn't the "old" dependencies any more.

ProblemType: Crash
Architecture: amd64
Date: Mon Mar 26 20:54:44 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/apport-retrace
InterpreterPath: /usr/bin/python2.5
Package: apport-retrace 0.69
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/apport-retrace 
--cookie=.mozilla/default/gd5u1xgt.slt/cookies.txt 87569
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
PythonArgs: ['/usr/bin/apport-retrace', 
'--cookie=.mozilla/default/gd5u1xgt.slt/cookies.txt', '87569']
SourcePackage: apport
Uname: Linux tk-wkst-2 2.6.20-12-lowlatency #2 SMP PREEMPT Sat Mar 17 23:00:52 
UTC 2007 x86_64 GNU/Linux

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

-- 
[apport] apport-retrace crashed with SystemError in run()
https://launchpad.net/bugs/96614

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


[Bug 96074] Symbolic stack trace

2007-03-26 Thread Torsten Knodt

StacktraceTop:?? ()
?? ()
HandleActions (w=, event=0x7fff23ca8120, 
stateTree=0x6ff150, 
HandleSimpleState (w=0x7ce810, tmRecPtr=0x7ce858, curEventPtr=0x7fff23ca7b20)
_XtTranslateEvent (w=0x7ce810, event=) at 
../../src/TMstate.c:1093

** Attachment added: "Stacktrace.txt (retraced)"
   http://librarian.launchpad.net/6976492/%3Cfdopen%3E

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/96074

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


[Bug 96074] Symbolic threaded stack trace

2007-03-26 Thread Torsten Knodt

** Attachment added: "ThreadStacktrace.txt (retraced)"
   http://librarian.launchpad.net/6976493/%3Cfdopen%3E

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/96074

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


[Bug 96074] Symbolic stack trace

2007-03-26 Thread Torsten Knodt

StacktraceTop:?? ()
?? ()
HandleActions (w=, event=0x7fff23ca8120, 
stateTree=0x6ff150, 
HandleSimpleState (w=0x7ce810, tmRecPtr=0x7ce858, curEventPtr=0x7fff23ca7b20)
_XtTranslateEvent (w=0x7ce810, event=) at 
../../src/TMstate.c:1093

** Attachment added: "Stacktrace.txt (retraced)"
   http://librarian.launchpad.net/6976442/%3Cfdopen%3E

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/96074

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


[Bug 96074] Re: [apport] xcircuit crashed with SIGILL in HandleActions()

2007-03-25 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6934285/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6934286/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6934287/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6934288/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6934289/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6934290/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6934291/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6934292/ThreadStacktrace.txt

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/96074

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


[Bug 96074] [apport] xcircuit crashed with SIGILL in HandleActions()

2007-03-25 Thread Torsten Knodt
Public bug reported:

Binary package hint: xcircuit

I don't remember it crashed the last runs. Only the first time, then I
switched to a 32 bit chroot and it worked. I don't know if this report
is from this first crash.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Sat Mar 24 13:18:24 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/xcircuit
Package: xcircuit 3.6.24-1 [modified: usr/bin/xcircuit]
PackageArchitecture: amd64
ProcCmdline: xcircuit
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 4
SourcePackage: xcircuit
StacktraceTop:
 ?? ()
 ?? ()
 HandleActions (w=, 
 HandleSimpleState (w=0x7ce810, tmRecPtr=0x7ce858, 
 _XtTranslateEvent (w=0x7ce810,
Uname: Linux tk-wkst-2 2.6.20-12-lowlatency #2 SMP PREEMPT Sat Mar 17 23:00:52 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: xcircuit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/96074

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


[Bug 54371] Re: Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 [Radeon X600] with radeon driver

2007-03-25 Thread Torsten Knodt
Sorry, why ever I didn't get the launchpad mail. But beside this, the
card isn't working any more since some month so I replaced it with
another one (NVidia).

-- 
Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 
[Radeon X600] with radeon driver
https://launchpad.net/bugs/54371

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


[Bug 87267] Re: [apport] kxineplayer crashed with SIGSEGV

2007-03-25 Thread Torsten Knodt
I've added the apt source now like described but I don't think it will
help in getting this solved. I hadn't this crash any more since when I
reported the bug.

-- 
[apport] kxineplayer crashed with SIGSEGV
https://launchpad.net/bugs/87267

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


[Bug 95438] [apport] xcircuit crashed with SIGILL in HandleActions()

2007-03-24 Thread Torsten Knodt
*** This bug is a duplicate of bug 89013 ***

Public bug reported:

Binary package hint: xcircuit

Simply call xcircuit. After some seconds exploring e.g. the menu or the
symbol bar, xcircuit crashes.

ProblemType: Crash
Architecture: amd64
Date: Sat Mar 24 13:18:13 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/xcircuit
Package: xcircuit 3.6.24-1 [modified: usr/bin/xcircuit]
PackageArchitecture: amd64
ProcCmdline: xcircuit
ProcCwd: /home/torsknod/build
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 4
SourcePackage: xcircuit
StacktraceTop:
 ?? ()
 ?? ()
 HandleActions (w=, 
 HandleSimpleState (w=0x7c78e0, tmRecPtr=0x7c7928, 
 _XtTranslateEvent (w=0x7c78e0,
Uname: Linux tk-wkst-2 2.6.20-12-lowlatency #2 SMP PREEMPT Sat Mar 17 23:00:52 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: xcircuit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/95438

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


[Bug 95438] Re: [apport] xcircuit crashed with SIGILL in HandleActions()

2007-03-24 Thread Torsten Knodt
*** This bug is a duplicate of bug 89013 ***


** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6918632/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6918633/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6918634/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6918635/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6918636/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6918637/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6918638/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6918639/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 89013
   xCircuit Randomly crashes on amd64

-- 
[apport] xcircuit crashed with SIGILL in HandleActions()
https://launchpad.net/bugs/95438

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


[Bug 87267] [apport] kxineplayer crashed with SIGSEGV

2007-03-22 Thread Torsten Knodt
You have been subscribed to a public bug:

Binary package hint: kmplayer

I booted my system and got the "send crash ..." dialog after logging in
through the configured hush login. I even don't know why kmplayer or
kxineplayer or whatever started. The only I could guess it came from
amarok.

ProblemType: Crash
Date: Sat Feb 17 10:32:48 2007
Disassembly: 0x3118c25acf:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/kxineplayer
Package: kmplayer-base 0.9.3a-0ubuntu1 [modified: usr/lib/libkmplayercommon.so 
usr/bin/kxineplayer]
ProcCmdline: kxineplayer -wid 77594857 -f 
/home/torsknod/.kde/share/apps/kmplayer/xine_config -vo xv,sdl,x11 -ao alsa -cb 
kmplayer-12986/KMPlayerCallback-0 -c
ProcCwd: /home/torsknod/test
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: kmplayer
Stacktrace:
 Using host libthread_db library "/lib/libthread_db.so.1".
 #0  0x003118c25acf in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux tk-wkst-2 2.6.20-8-lowlatency #2 SMP PREEMPT Tue Feb 13 01:17:13 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: kmplayer (Ubuntu)
 Importance: Medium
 Assignee: Kubuntu Team
 Status: Unconfirmed

-- 
[apport] kxineplayer crashed with SIGSEGV
https://beta.launchpad.net/bugs/87267

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


[Bug 90217] Re: [apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()

2007-03-06 Thread Torsten Knodt
*** This bug is a duplicate of bug 86794 ***


** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6647998/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6647999/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6648000/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6648001/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6648002/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6648003/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6648004/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6648005/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 86794
   [apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()

-- 
[apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()
https://launchpad.net/bugs/90217

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


[Bug 90217] [apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()

2007-03-06 Thread Torsten Knodt
*** This bug is a duplicate of bug 86794 ***

Public bug reported:

Binary package hint: arts

Don't know what happened. When I got back from university, the crash
report icon was in the task bar.

ProblemType: Crash
Architecture: amd64
Date: Tue Mar  6 07:37:20 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/artsd
Package: libarts1c2a 1.5.6-0ubuntu1 [modified: usr/bin/artscat usr/bin/artsd 
usr/bin/artsplay usr/bin/artsrec usr/bin/artsshell usr/lib/libartsflow.so.1.0.0 
usr/lib/libartsflow_idl.so.1.0.0 usr/lib/libkmedia2_idl.so.1.0.0 
usr/lib/libmcop.so.1.0.0 usr/lib/libmcop_mt.so.1.0.0 usr/lib/libqtmcop.so.1.0.0 
usr/lib/libsoundserver_idl.so.1.0.0]
ProcCmdline: /usr/bin/artsd -F 128 -S 8192 -d -n -b 16 -s 60 -m artsmessage -c 
drkonqi -l 3 -f
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: arts
StacktraceTop:
 Arts::Dispatcher::terminate ()
 
 waitpid () from /lib/libc.so.6
 ?? ()
Uname: Linux tk-wkst-2 2.6.20-9-lowlatency #2 SMP PREEMPT Sun Feb 25 23:03:30 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: arts (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()
https://launchpad.net/bugs/90217

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


[Bug 88295] Re: [apport] amarokcollectionscanner crashed with SIGSEGV in QPixmap::convertFromImage()

2007-02-26 Thread Torsten Knodt
*** This bug is a duplicate of bug 87462 ***


** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6553055/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6553056/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6553057/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6553058/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6553059/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6553060/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6553061/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6553062/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 87462
   [apport] amarokcollectionscanner crashed with SIGSEGV in 
QPixmap::convertFromImage()

-- 
[apport] amarokcollectionscanner crashed with SIGSEGV in 
QPixmap::convertFromImage()
https://launchpad.net/bugs/88295

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


[Bug 88295] [apport] amarokcollectionscanner crashed with SIGSEGV in QPixmap::convertFromImage()

2007-02-26 Thread Torsten Knodt
*** This bug is a duplicate of bug 87462 ***

Public bug reported:

Binary package hint: amarok

Already has: 87462

ProblemType: Crash
CrashCounter: 1
Date: Sun Feb 25 17:29:32 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/amarokcollectionscanner
Package: amarok 2:1.4.5-0ubuntu5 [modified: usr/lib/libamarok.so.0.0.0 
usr/bin/amarok usr/bin/amarokapp usr/bin/amarokcollectionscanner 
usr/bin/amarok_libvisual]
ProcCmdline: amarokcollectionscanner --nocrashhandler -i -p -s
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: amarok
StacktraceTop:
 QPixmap::convertFromImage ()
 QPixmap::convertFromImage ()
 QPixmap::QPixmap () from /usr/lib/libqt-mt.so.3
 KCursor::workingCursor ()
 ThreadManager::event () from /usr/lib/libamarok.so.0
Uname: Linux tk-wkst-2 2.6.20-8-lowlatency #2 SMP PREEMPT Tue Feb 13 01:17:13 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: amarok (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] amarokcollectionscanner crashed with SIGSEGV in 
QPixmap::convertFromImage()
https://launchpad.net/bugs/88295

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


[Bug 87569] Re: [apport] amarokcollectionscanner crashed with SIGFPE in TagLib::Wav::Properties::readWavProperties()

2007-02-24 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6523914/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6523915/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6523916/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6523917/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6523918/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6523919/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6523920/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6523921/ThreadStacktrace.txt

-- 
[apport] amarokcollectionscanner crashed with SIGFPE in 
TagLib::Wav::Properties::readWavProperties()
https://launchpad.net/bugs/87569

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


[Bug 87569] [apport] amarokcollectionscanner crashed with SIGFPE in TagLib::Wav::Properties::readWavProperties()

2007-02-24 Thread Torsten Knodt
Public bug reported:

Binary package hint: amarok

During my update with adept my KDE session suddenly restarted, again
logged in via my hush login and approx. one minute later amarok crashed.

ProblemType: Crash
Date: Fri Feb 23 17:07:27 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/amarokcollectionscanner
Package: amarok 2:1.4.5-0ubuntu5 [modified: usr/lib/libamarok.so.0.0.0 
usr/bin/amarok usr/bin/amarokapp usr/bin/amarokcollectionscanner 
usr/bin/amarok_libvisual]
ProcCmdline: amarokcollectionscanner --nocrashhandler -r -i / 
/etc/avahi/services /etc/gnome /usr/share/pycentral/python-crypto/site-packages 
/usr/share/pycentral/python-crypto/site-packages/Crypto 
/usr/share/pycentral/python-crypto/site-packages/Crypto/Hash 
/usr/share/pycentral/python-crypto/site-packages/Crypto/Cipher 
/usr/share/pycentral/python-crypto/site-packages/Crypto/Protocol 
/usr/share/pycentral/python-crypto/site-packages/Crypto/Util 
/usr/share/pycentral/python-crypto/site-packages/Crypto/PublicKey 
/usr/share/pycentral/python-twisted-runner/site-packages 
/usr/share/pycentral/python-twisted-runner/site-packages/twisted/runner 
/usr/share/pycentral/python-cairo/site-packages 
/usr/share/pycentral/python-cairo/site-packages/cairo /usr/share/netpbm 
/usr/share/cdebootstrap /usr/share/cdebootstrap/sarge 
/usr/share/cdebootstrap/sid /usr/share/cdebootstrap/etch 
/usr/share/cdebootstrap/woody /usr/share/omf/gucharmap 
/usr/share/omf/diveintopython /usr/share/omf/gem /usr/share/omf/cup 
/usr/share/gnome/help/gucharmap /usr/share/gnome/help/gucharmap/fi 
/usr/share/gnome/help/gucharmap/fi/figures /usr/share/gnome/help/gucharmap/de 
/usr/share/gnome/help/gucharmap/de/figures /usr/share/gnome/help/gucharmap/fr 
/usr/share/gnome/help/gucharmap/fr/figures /usr/share/gnome/help/gucharmap/bg 
/usr/share/gnome/help/gucharmap/bg/figures 
/usr/share/gnome/help/gucharmap/zh_TW 
/usr/share/gnome/help/gucharmap/zh_TW/figures 
/usr/share/gnome/help/gucharmap/ja /usr/share/gnome/help/gucharmap/ja/figures 
/usr/share/gnome/help/gucharmap/es /usr/share/gnome/help/gucharmap/es/figures 
/usr/share/gnome/help/gucharmap/ko /usr/share/gnome/help/gucharmap/ko/figures 
/usr/share/gnome/help/gucharmap/C /usr/share/gnome/help/gucharmap/C/figures 
/usr/share/gnome/help/gucharmap/ru /usr/share/gnome/help/gucharmap/ru/figures 
/usr/share/gnome/help/gucharmap/sv /usr/share/gnome/help/gucharmap/sv/figures 
/usr/share/gnome/help/gucharmap/zh_CN 
/usr/share/gnome/help/gucharmap/zh_CN/figures 
/usr/share/gnome/help/gucharmap/it /usr/share/gnome/help/gucharmap/it/figures 
/usr/share/python-support/python-pyxattr 
/usr/share/python-support/python-pyopenssl 
/usr/share/python-support/python-pyopenssl/OpenSSL 
/usr/share/python-support/python-pyogg 
/usr/share/python-support/python-pyogg/ogg 
/usr/share/python-support/python-pylibacl 
/usr/share/python-support/python-geoip 
/usr/share/python-support/python-pyvorbis 
/usr/share/kubuntu-default-settings/kde-profile/default/share/apps 
/usr/share/pmi /usr/share/bluez-pin /usr/share/xml/gnome/xslt 
/usr/share/doc/netpbm /usr/share/doc/gucharmap /usr/share/doc/python-pyxattr 
/usr/share/doc/at /usr/share/doc/libsm6-dbg /usr/share/doc/python-pyopenssl 
/usr/share/doc/cdebootstrap /usr/share/doc/python-crypto 
/usr/share/doc/python-pyogg /usr/share/doc/python-pyogg/examples 
/usr/share/doc/libdrm2 /usr/share/doc/libxaw6 /usr/share/doc/libxext6 
/usr/share/doc/libxi6 /usr/share/doc/libxi-dev /usr/share/doc/libdrm-dev 
/usr/share/doc/diveintopython /usr/share/doc/diveintopython/html 
/usr/share/doc/diveintopython/html/file_handling 
/usr/share/doc/diveintopython/html/appendix 
/usr/share/doc/diveintopython/html/regular_expressions 
/usr/share/doc/diveintopython/html/object_oriented_framework 
/usr/share/doc/diveintopython/html/installing_python 
/usr/share/doc/diveintopython/html/dynamic_functions 
/usr/share/doc/diveintopython/html/refactoring 
/usr/share/doc/diveintopython/html/getting_to_know_python 
/usr/share/doc/diveintopython/html/native_data_types 
/usr/share/doc/diveintopython/html/power_of_introspection 
/usr/share/doc/diveintopython/html/unit_testing 
/usr/share/doc/diveintopython/html/html_processing 
/usr/share/doc/diveintopython/html/soap_web_services 
/usr/share/doc/diveintopython/html/xml_processing 
/usr/share/doc/diveintopython/html/toc 
/usr/share/doc/diveintopython/html/images 
/usr/share/doc/diveintopython/html/images/callouts 
/usr/share/doc/diveintopython/html/http_web_services 
/usr/share/doc/diveintopython/html/functional_programming 
/usr/share/doc/diveintopython/html/scripts_and_streams 
/usr/share/doc/diveintopython/html/performance_tuning /usr/share/doc/dive
ProcCwd: /home/torsknod
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 8
SourcePackage: amarok
StacktraceTop:
 TagLib::Wav::Properties::readWavProperties ()
 WavFileTypeResolver::createFile ()
 TagLib::FileRef::create () from /usr/lib/libt

[Bug 87267] Re: [apport] kxineplayer crashed with SIGSEGV

2007-02-23 Thread Torsten Knodt

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6513985/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6513986/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6513987/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6513988/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6513989/Registers.txt

-- 
[apport] kxineplayer crashed with SIGSEGV
https://launchpad.net/bugs/87267

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


[Bug 87267] [apport] kxineplayer crashed with SIGSEGV

2007-02-23 Thread Torsten Knodt
Public bug reported:

Binary package hint: kmplayer

I booted my system and got the "send crash ..." dialog after logging in
through the configured hush login. I even don't know why kmplayer or
kxineplayer or whatever started. The only I could guess it came from
amarok.

ProblemType: Crash
Date: Sat Feb 17 10:32:48 2007
Disassembly: 0x3118c25acf:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/kxineplayer
Package: kmplayer-base 0.9.3a-0ubuntu1 [modified: usr/lib/libkmplayercommon.so 
usr/bin/kxineplayer]
ProcCmdline: kxineplayer -wid 77594857 -f 
/home/torsknod/.kde/share/apps/kmplayer/xine_config -vo xv,sdl,x11 -ao alsa -cb 
kmplayer-12986/KMPlayerCallback-0 -c
ProcCwd: /home/torsknod/test
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: kmplayer
Stacktrace:
 Using host libthread_db library "/lib/libthread_db.so.1".
 #0  0x003118c25acf in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux tk-wkst-2 2.6.20-8-lowlatency #2 SMP PREEMPT Tue Feb 13 01:17:13 
UTC 2007 x86_64 GNU/Linux
UserGroups: audio burning cdrom dialout floppy lpadmin plugdev scanner src 
staff video

** Affects: kmplayer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] kxineplayer crashed with SIGSEGV
https://launchpad.net/bugs/87267

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


[Bug 55052] Re: XdmcpWrap missing in current dapper version (1:1.0.0-0ubuntu2)

2006-08-03 Thread Torsten Knodt
Sorry, got the wrong patch with an error. Here is the right one.

-- 
XdmcpWrap missing in current dapper version (1:1.0.0-0ubuntu2)
https://launchpad.net/bugs/55052

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


[Bug 55052] XdmcpWrap missing in current dapper version (1:1.0.0-0ubuntu2)

2006-08-03 Thread Torsten Knodt
Public bug reported:

While trying to get xdm with remote servers using xdmcp working, I saw that xdm 
does not support XDM-AUTHORIZATION-1. This is because of the missing library 
function XdmcpWrap (can be seen in dapper build logs and my own tests). The 
problem is a wrong test in configure.ac, which is fixed in edgy. I've 
"backported" and beautified the fix.
After applying, all packages depending on libxdmcp6 need to be recompiled.

Regards
 Torsten

** Affects: libxdmcp (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed
** Affects: libxdmcp (Ubuntu Dapper)
 Importance: Untriaged
 Status: Unconfirmed

-- 
XdmcpWrap missing in current dapper version (1:1.0.0-0ubuntu2)
https://launchpad.net/bugs/55052

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


[Bug 55052] Re: XdmcpWrap missing in current dapper version (1:1.0.0-0ubuntu2)

2006-08-03 Thread Torsten Knodt
Here is the patch with the bug fix extracted from my .diff.gz.

-- 
XdmcpWrap missing in current dapper version (1:1.0.0-0ubuntu2)
https://launchpad.net/bugs/55052

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


[Bug 54371] Re: Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 [Radeon X600] with radeon driver

2006-07-28 Thread Torsten Knodt


-- 
Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 
[Radeon X600] with radeon driver
https://launchpad.net/bugs/54371

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


[Bug 54371] Re: Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 [Radeon X600] with radeon driver

2006-07-28 Thread Torsten Knodt


-- 
Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 
[Radeon X600] with radeon driver
https://launchpad.net/bugs/54371

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


[Bug 54371] Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 [Radeon X600] with radeon driver

2006-07-28 Thread Torsten Knodt
Public bug reported:

When I use EXA (to have composite support) the mouse cursor gets garbeled. It 
always is a quadratic or nearly quadratic box in background color with 3 white 
stripes in it with some red and violett points. I'll attach all logs which 
could be helpful.
I can also send a request to the xorg bug tracker on request. I used launchpad 
first because of the ubuntu patches.

Regards
 Torsten

** Affects: xorg-server (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed
** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** Also affects: xserver-xorg-video-ati (Ubuntu)
   Importance: Untriaged
   Status: Unconfirmed

-- 
Mouse cursor garbeled when using EXA on ATI Technologies Inc RV380 0x3e50 
[Radeon X600] with radeon driver
https://launchpad.net/bugs/54371

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