[Bug 492609] Re: potamus doesn't start

2010-12-07 Thread Bug Watch Updater
** Changed in: potamus (Debian)
   Status: New => Fix Released

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

Title:
  potamus doesn't start

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


[Bug 492609] Re: potamus doesn't start

2010-03-31 Thread Bug Watch Updater
** Changed in: potamus (Debian)
   Status: Unknown => New

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/potamus

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-16 Thread Brian Murray
** Tags added: patch

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-16 Thread Launchpad Bug Tracker
This bug was fixed in the package potamus - 0.10-1ubuntu1

---
potamus (0.10-1ubuntu1) lucid; urgency=low

  * src/output-jack.c:
- force an output-jack's ringbuf to be null until its created
(LP: #492609)
 -- Niall CreechFri, 12 Feb 2010 11:53:40 +

** Changed in: potamus (Ubuntu)
   Status: In Progress => Fix Released

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-16 Thread Stephan Hermann
working on it

** Changed in: potamus (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: potamus (Ubuntu)
 Assignee: (unassigned) => Stephan Hermann (shermann)

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
** Changed in: potamus (Ubuntu)
 Assignee: SevenMachines (sevenmachines) => (unassigned)

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
test build
https://launchpad.net/~sevenmachines/+archive/release+1

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
remember to actually upload the debdiff :)

** Patch added: "potamus_0.10-1ubuntu1.debdiff"
   http://launchpadlibrarian.net/39096589/potamus_0.10-1ubuntu1.debdiff

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
potamus (0.10-1ubuntu1) lucid; urgency=low

  * src/output-jack.c:
- force an output-jack's ringbuf to be null until its created 
(LP: #492609)

** Patch added: "potamus_0.10-1ubuntu1_amd64.deb"
   http://launchpadlibrarian.net/39096523/potamus_0.10-1ubuntu1_amd64.deb

** Patch removed: "potamus_0.10-1ubuntu1_amd64.deb"
   http://launchpadlibrarian.net/39096523/potamus_0.10-1ubuntu1_amd64.deb

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
seems to be that in src/output-jack.c:output_new_jack() we call 
jack_client_open on our output_jack *a and then bail if it fails in goto out;
this then calls jack_ringbuffer_free on a->ringbuf if its not null, but ringbuf 
isnt null, if we force a->ringbuf=NULL (as it indeed is) on the new 'a' object 
before attempting  jack_client_open then we can gaurantee it wont be accidently 
 jack_ringbuffer_free's before we've  jack_ringbuffer_create'd it


** Patch added: "ringbuf-fix.patch"
   http://launchpadlibrarian.net/39096004/ringbuf-fix.patch

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
** Changed in: potamus (Ubuntu)
 Assignee: (unassigned) => SevenMachines (sevenmachines)

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-02-12 Thread SevenMachines
** Bug watch added: Debian Bug tracker #569540
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569540

** Also affects: potamus (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569540
   Importance: Unknown
   Status: Unknown

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-01-28 Thread Peter Belew
On finding that Rhythmbox was remove on today's update of Lucid, I
looked for an alternate music player, and installed Potamus. However it
crashes when I try to run it. This happened twice in a row.

It is version: potamus/lucid uptodate 0.10-1build2

This is on an Averatech 3280 laptop:

Ubuntu version and kernel version
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu lucid (development branch)"
Linux eros 2.6.32-11-generic #15-Ubuntu SMP Tue Jan 19 18:16:27 UTC 2010 i686 
GNU/Linux
model name  : Mobile AMD Sempron(tm) Processor 2800+

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2010-01-20 Thread SevenMachines
seems to be fixed in 0.10-1build2

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2009-12-04 Thread SevenMachines
** Changed in: potamus (Ubuntu)
   Status: New => Confirmed

-- 
potamus doesn't start
https://bugs.launchpad.net/bugs/492609
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 492609] Re: potamus doesn't start

2009-12-04 Thread karl michael

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/36451474/XsessionErrors.txt

** Description changed:

  Binary package hint: potamus
  
- Reading symbols from /usr/bin/potamus...(no debugging symbols found)...done. 
- (gdb) run
- Starting program: /usr/bin/potamus   
- [Thread debugging using libthread_db enabled]
- [New Thread 0xb7ea6b70 (LWP 7733)]   
- [New Thread 0xb768cb70 (LWP 7734)]   
+ Reading symbols from /usr/bin/potamus...(no debugging symbols found)...done.
+ (gdb) run
+ Starting program: /usr/bin/potamus
+ [Thread debugging using libthread_db enabled]
+ [New Thread 0xb7ea6b70 (LWP 7733)]
+ [New Thread 0xb768cb70 (LWP 7734)]
  *** glibc detected *** /usr/bin/potamus: double free or corruption (out): 
0x08103ff8 ***
- === Backtrace: =  
  
- /lib/tls/i686/cmov/libc.so.6[0x63e5ff1]   
  
- /lib/tls/i686/cmov/libc.so.6[0x63e76f2]   
  
- /lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x63ea79d]   
  
- /usr/lib/libjack.so.0(jack_ringbuffer_free+0x3c)[0xc6263c]
  
- /usr/bin/potamus[0x8050e0f]   
  
- /usr/bin/potamus[0x8051166]   
  
- /usr/bin/potamus[0x8051491]   
  
- /lib/libglib-2.0.so.0[0xa1c36f]   
  
- /lib/tls/i686/cmov/libpthread.so.0[0x27d80e]  
  
- /lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0x64477ee]   
  
- === Memory map:   
  
- 0011-00232000 r-xp  08:08 8685   /usr/lib/libxml2.so.2.7.5
  
- 00232000-00233000 ---p 00122000 08:08 8685   /usr/lib/libxml2.so.2.7.5
  
- 00233000-00237000 r--p 00122000 08:08 8685   /usr/lib/libxml2.so.2.7.5
  
- 00237000-00238000 rw-p 00126000 08:08 8685   /usr/lib/libxml2.so.2.7.5
  
- 00238000-00239000 rw-p  00:00 0   
  
- 00239000-0026 r-xp  08:08 8376   
/usr/lib/libpangoft2-1.0.so.0.2600.0   
- 0026-00261000 r--p 00027000 08:08 8376   
/usr/lib/libpangoft2-1.0.so.0.2600.0   
- 00261000-00262000 rw-p 00028000 08:08 8376   
/usr/lib/libpangoft2-1.0.so.0.2600.0   
- 00262000-0026d000 r-xp  08:08 8374   
/usr/lib/libpangocairo-1.0.so.0.2600.0 
- 0026d000-0026e000 r--p a000 08:08 8374   
/usr/lib/libpangocairo-1.0.so.0.2600.0 
- 0026e000-0026f000 rw-p b000 08:08 8374   
/usr/lib/libpangocairo-1.0.so.0.2600.0 
- 0026f000-00272000 r-xp  08:08 7798   
/usr/lib/libgmodule-2.0.so.0.2200.2
- 00272000-00273000 r--p 2000 08:08 7798   
/usr/lib/libgmodule-2.0.so.0.2200.2
- 00273000-00274000 rw-p 3000 08:08 7798   
/usr/lib/libgmodule-2.0.so.0.2200.2
- 00274000-00276000 r-xp  08:08 4538   
/lib/tls/i686/cmov/libdl-2.10.1.so 
- 00276000-00277000 r--p 1000 08:08 4538   
/lib/tls/i686/cmov/libdl-2.10.1.so 
- 00277000-00278000 rw-p 2000 08:08 4538   
/lib/tls/i686/cmov/libdl-2.10.1.so 
+ === Backtrace: =
+ /lib/tls/i686/cmov/libc.so.6[0x63e5ff1]
+ /lib/tls/i686/cmov/libc.so.6[0x63e76f2]
+ /lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x63ea79d]
+ /usr/lib/libjack.so.0(jack_ringbuffer_free+0x3c)[0xc6263c]
+ /usr/bin/potamus[0x8050e0f]
+ /usr/bin/potamus[0x8051166]
+ /usr/bin/potamus[0x8051491]
+ /lib/libglib-2.0.so.0[0xa1c36f]
+ /lib/tls/i686/cmov/libpthread.so.0[0x27d80e]
+ /lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0x64477ee]
+ === Memory map: 
+ 0011-00232000 r-xp  08:08 8685   /usr/lib/libxml2.so.2.7.5
+ 00232000-00233000 ---p 00122000 08:08 8685   /usr/lib/libxml2.so.2.7.5
+ 00233000-00237000 r--p 00122000 08:08 8685   /usr/lib/libxml2.so.2.7.5
+ 00237000-00238000 rw-p 00126000 08:08 8685   /usr/lib/libxml2.so.2.7.5
+ 00238000-00239000 rw-p  00:00 0
+ 00239000-0026 r-xp  08:08 8376   
/usr/lib/libpangoft2-1.0.so.0.2600.0
+ 0026-00261000 r--p 00027000 08:08 8376   
/usr/lib/libpangoft2-1.0.so.0.2600.0
+ 00261000-00262000 rw-p 00028000 08:08 8376   
/usr/lib/libpangoft2-1.0.so.0.2600.0
+ 00262000-0026d000 r-xp  08:08 8374   
/usr/lib/libpangocairo-1.0.so.0.2600.0
+ 0026d000-0026e000 r--p a000 08:08 8374