[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-04 Thread Daniel T Chen
Merged upstream in c12cf2bfa6497e742cc52f2d71cb8e2f2f52050d (http://git.0pointer.de/?p=paman.git;a=commitdiff;h=c12cf2bfa6497e742cc52f2d71cb8e2f2f52050d) -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a me

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package paman - 0.9.4-1ubuntu2 --- paman (0.9.4-1ubuntu2) jaunty; urgency=low * Add 0002-Fix-sigfpe-with-invalid-number-of-channels.patch based on a patch by Yann Simon (LP: #352959) -- Daniel T ChenFri, 03 Apr 2009 17:58:11 -0400 ** Changed in:

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Nathan Handler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 03 Apr 2009 17:58:11 -0400 Source: paman Binary: paman Architecture: source Version: 0.9.4-1ubuntu2 Distribution: jaunty Urgency: low Maintainer: Ubuntu MOTU Developers Changed-By: Daniel T Chen Description: paman - Puls

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Nathan Handler
** Changed in: paman (Ubuntu) Assignee: Daniel T Chen (crimsun) => Nathan Handler (nhandler) -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Daniel T Chen
** Attachment added: "paman_0.9.4-1ubuntu2.debdiff" http://launchpadlibrarian.net/24772522/paman_0.9.4-1ubuntu2.debdiff -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Daniel T Chen
Lennart advises us to use pa_cvolume_valid() instead, so I've made that change. ** Changed in: paman (Ubuntu) Status: Confirmed => In Progress ** Changed in: paman (Ubuntu) Assignee: (unassigned) => Daniel T Chen (crimsun) -- paman crashed with SIGFPE in pa_cvolume_avg() https://bug

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread C de-Avillez
I also tried to find a BTS for paman, but the freshmeat site http://freshmeat.net/projects/paman does not provide a BTS (the "report a bug" link there is to report issues with freshmeat, *not* the project :-( And, you are welcome. Thank YOU for your work here. -- paman crashed with SIGFPE in pa_

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Yann Simon
1. I tested the patch, but I could only test the case when the number of channels = 0. I think that there is antoher problem with an used library because we cannot get any information from the sound files. 2. I compared the ubuntu's version and the upstream one, and I did not find any differences.

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread C de-Avillez
** Attachment added: "debdiff" http://launchpadlibrarian.net/24762804/paman_0.9.4-1ubuntu2.diff.gz -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread C de-Avillez
well, I went ahead and tested it. I can confirm the fix. Debdiff attached, probably good also for Intrepid. ** Changed in: paman (Ubuntu) Status: Incomplete => Confirmed -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notifica

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread C de-Avillez
Thank you for both the bug and the patch. I have, nevertheless, a few questions: (1) did you test the patch? If so, did it work? (2) Have you checked upstream if this has already been fixed on the current head (although it looks that upstream has been inactive for a while...)? (3) have you report

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Yann Simon
paman did not check for numbers of channel ** Package changed: pulseaudio (Ubuntu) => paman (Ubuntu) -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Yann Simon
** Attachment added: "fix a divide / 0 when the number of channels is 0" http://launchpadlibrarian.net/24760749/paman.patch -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-03 Thread Yann Simon
The error comes probably from the following line: snprintf(t, sizeof(t), "%0.0f%%", (double) pa_sw_volume_to_linear(pa_cvolume_avg(&i.volume)) * 100); In SampleWindow.cc void SampleWindow::updateInfo(const SampleInfo &i) { -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launch

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-02 Thread Ryan
Had the same issue $ paman ** Message: Starting in record mode. ** Message: Using device 'alsa_output.pci_8086_27d8_sound_card_0_alsa_playback_0.monitor' ** Message: Using sample format: float32le 2ch 44100Hz ** Message: Using channel map: front-left,front-right Floating point exception (core dum

[Bug 352959] Re: paman crashed with SIGFPE in pa_cvolume_avg()

2009-04-02 Thread Yann Simon
** Visibility changed to: Public -- paman crashed with SIGFPE in pa_cvolume_avg() https://bugs.launchpad.net/bugs/352959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b...@lists.ubuntu.com https://li