[Bug 1640670] [NEW] Crash in GfxICCBasedColorSpace::parse

2016-11-09 Thread Joel Stanley
Public bug reported:

#0  cmsGetColorSpace (hProfile=0x0) at cmsio0.c:934
#1  0x7f174b47b438 in GfxICCBasedColorSpace::parse(Array*, OutputDev*, 
GfxState*, int) ()
   from /usr/lib/x86_64-linux-gnu/libpoppler.so.61
#2  0x7f174b47a952 in GfxColorSpace::parse(GfxResources*, Object*, 
OutputDev*, GfxState*, int) ()
   from /usr/lib/x86_64-linux-gnu/libpoppler.so.61
#3  0x7f174b4a0872 in Page::loadThumb(unsigned char**, int*, int*, int*) () 
from /usr/lib/x86_64-linux-gnu/libpoppler.so.61
#4  0x7f174bbb7de9 in poppler_page_get_thumbnail () from 
/usr/lib/x86_64-linux-gnu/libpoppler-glib.so.8
#5  0x7f174bdf5b1b in ?? () from 
/usr/lib/x86_64-linux-gnu/evince/4/backends/libpdfdocument.so
#6  0x557297930bb2 in evince_thumbnail_pngenc_get (document=0x7f1744003700, 
thumbnail=0x5572995948c0 "/tmp/.gnome_desktop_thumbnail.ZD13QY", size=256) 
at evince-thumbnailer.c:182
#7  0x5572979307d0 in main (argc=, argv=) at 
evince-thumbnailer.c:301


getColorSpace, part of lcms, is passed a null pointer.

GfxICCBasedColorSpace::parse has this sequence of code:


  if (hp == 0) {
error(errSyntaxWarning, -1, "read ICCBased color space profile error");
  } else {
cmsHPROFILE dhp = (state != NULL && state->getDisplayProfile() != NULL) ? 
state->getDisplayProfile() : displayProfile;
if (dhp == NULL) dhp = RGBProfile;
unsigned int cst = getCMSColorSpaceType(cmsGetColorSpace(hp));
unsigned int dNChannels = getCMSNChannels(cmsGetColorSpace(dhp));
unsigned int dcst = getCMSColorSpaceType(cmsGetColorSpace(dhp));

hp can't be null, or else we wouldn't be calling cmsGetColorSpace. This
means dhp must be NULL, which can only happen if RGBProfile is null.

RGBProfile is set up in GfxColorSpace::setupColorProfiles(). Assuming
this function has been called, it does the following:

  RGBProfile = loadColorProfile("RGB.icc");
  if (RGBProfile == NULL) {
/* use built in sRGB profile */
RGBProfile = cmsCreate_sRGBProfile();
  }

cmsCreate_sRGBProfile can return NULL in a number of ways.

I'm not sure what the fix is though.

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

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

Title:
  Crash in GfxICCBasedColorSpace::parse

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

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


[Bug 1640670] Re: Crash in GfxICCBasedColorSpace::parse

2016-11-09 Thread Joel Stanley
libpoppler61:
  Installed: 0.44.0-3ubuntu2

liblcms2-2:
  Installed: 2.7-1ubuntu1

evince:
  Installed: 3.22.0-0ubuntu1

On Ubuntu 16.10 amd64.

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

Title:
  Crash in GfxICCBasedColorSpace::parse

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

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


[Bug 1269651] Re: UI for adding sametime account is empty

2014-01-17 Thread Joel Stanley
The cause of this was a bad libsametime package. If you encounter this
bug, make sure you have installed a valid libsametime from the Ubuntu
repository.

** Changed in: empathy (Ubuntu)
   Status: New = Invalid

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

Title:
  UI for adding sametime account is empty

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

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


[Bug 1269651] [NEW] UI for adding sametime account is empty

2014-01-15 Thread Joel Stanley
Public bug reported:

Fresh Ubuntu 13.10 installation.

1. Installed account-plugin-sametime to use sametime.
2. Navigated to the Online Accounts dialog in gnome-control-center
3. selected Add account..., Sametime.
4. UI only shows Please enter your account details, Cancel and Done buttons, 
nothing else. A screenshot is attached.

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

** Attachment added: Screenshot of Online Accounts UI
   
https://bugs.launchpad.net/bugs/1269651/+attachment/3949862/+files/Screenshot%20from%202014-01-16%2011%3A56%3A50.png

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

Title:
  UI for adding sametime account is empty

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

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


[Bug 327671] Re: python-gconf: built with rpath

2009-02-19 Thread Joel Stanley
As pointed out by Andrés Ambrois on IRC, it appears this issue could be
solved by syncing gnome-python with Debian experimental:

 gnome-python (2.22.3-1) experimental; urgency=low
 .
   [ Luca Bruno ]
   * New upstream release
   * rules:
 - Remove patch system
   * Add docs file
   * debian/control:
 - Bump Standards-Version to 3.8.0 (no changes needed)
 - Add python-gnome2-doc package
 - Add gtk-doc-tools to Build-Deps
 - python-gnome2 Suggests python-gnome2-doc
 - python-gnome2-dev Recommends python-gnome2-doc
   * python-gnome2.examples moved to python-gnome2-doc.examples
   * Change Homepage to http://www.pygtk.org/; the previous Homepage was a
 redirect to the new url.
 .
   [ Emilio Pozuelo Monfort ]
   * Remove dpatch build-dependency.
 .
   [ Josselin Mouette ]
   * Require python 2.5 to match the change in pygobject.
   * Add quilt patch system; build-depend on quilt.
   * 70_relibtoolize.patch: new patch. Relibtoolize the source to avoid
 the rpath issue on amd64.
   * Add copyright statements.

-- 
python-gconf: built with rpath
https://bugs.launchpad.net/bugs/327671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python in ubuntu.

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

[Bug 273532] Re: gnome-power-manager crashed with SIGSEGV in g_closure_invoke()

2008-09-23 Thread Joel Stanley
*** This bug is a duplicate of bug 269083 ***
https://bugs.launchpad.net/bugs/269083


** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/17877660/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/17877661/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/17877662/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/17877663/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/17877664/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/17877665/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/17877666/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/17877667/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 269083
   gnome-power-manager crashed with SIGSEGV in g_closure_invoke()

-- 
gnome-power-manager crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/273532
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 262935] Re: gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update()

2008-09-01 Thread Joel Stanley
** Visibility changed to: Public

-- 
gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update()
https://bugs.launchpad.net/bugs/262935
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 262935] Re: gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update()

2008-09-01 Thread Joel Stanley
Looks like this was fixed upstream, svn r2882:

2008-08-14  Richard Hughes  [EMAIL PROTECTED]

* src/gpm-cell-array.c: (gpm_cell_percent_changed_cb):
The callback passes a gfloat, not a guint. Fixes #547766

http://svn.gnome.org/viewvc/gnome-power-
manager?view=revisionrevision=2882

** Bug watch added: GNOME Bug Tracker #547766
   http://bugzilla.gnome.org/show_bug.cgi?id=547766

** Also affects: gnome-power via
   http://bugzilla.gnome.org/show_bug.cgi?id=547766
   Importance: Unknown
   Status: Unknown

-- 
gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update()
https://bugs.launchpad.net/bugs/262935
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 200059] [NEW] crash in ephy_node_db_is_immutable

2008-03-08 Thread Joel Stanley
Public bug reported:

Binary package hint: epiphany-browser

Epiphany 2.21.92-0ubuntu1 segfaults reliably on my home network. Running
it under gdb with debug symbols installed gives the following backtrace:

(gdb) bt full
#0  ephy_node_db_is_immutable (db=0x8960690)
at /build/buildd/epiphany-browser-2.21.92/lib/ephy-node-db.c:174
No locals.
#1  0x080a7ae9 in resolver_found_cb (resolver=0x89505b0, interface=4, 
protocol=GA_PROTOCOL_INET6, name=0x9b6db40 osxdesktop, 
type=0x9b5d448 _ftp._tcp, domain=0x8396ff0 local, 
host_name=0x9d008d0 osxdesktop.local, address=0xbfaf0c64, 
port=value optimized out, txt=0x0, flags=4, data=0x89c2b90)
at /build/buildd/epiphany-browser-2.21.92/src/bookmarks/ephy-bookmarks.c:979
priv = (EphyBookmarksPrivate *) 0x863f9d0
node = (EphyNode *) 0x8960690
value = {g_type = 64, data = {{v_int = 154144704, v_uint = 154144704, 
  v_long = 154144704, v_ulong = 154144704, v_int64 = 154144704, 
  v_uint64 = 154144704, v_float = 2.1192635e-33, 
  v_double = 7.615760273476778e-316, v_pointer = 0x9300fc0}, {v_int = 0, 
  v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, 
  v_float = 0, v_double = 0, v_pointer = 0x0}}}
path = value optimized out
host = 
10.0.0.111\000\t\005\000\000\000�j\000\000Ju\213�\002�\214�\000\000\000\000�\027\t\t\214�\220��\027\t\t(�\213\t8\005��\r\002\215�\000\000\000\000\000\000\000\000�\027\t\t,0-��\027\t\tH\005��\236\000\017�\000\000\000\000
 [(�\024\001\221��%\017�Ju\213� [(��\237g\b\200v\020�\204\b��
#2  0xb7ec615f in 
ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_STRING_POINTER_INT_POINTER_INT
 () from /usr/lib/libavahi-gobject.so.0
No symbol table info available.
#3  0xb70d4789 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#4  0xb70ea525 in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#5  0x08644518 in ?? ()
No symbol table info available.
#6  0x in ?? ()
No symbol table info available.


Note: a networked OSX machine who's name appeared in the backtrace has been 
renamed to osxdesktop, to avoid the wrath of the housemate who owns the 
machine.

** Affects: epiphany-browser
 Importance: Unknown
 Status: Unknown

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: GNOME Bug Tracker #516008
   http://bugzilla.gnome.org/show_bug.cgi?id=516008

** Also affects: epiphany-browser via
   http://bugzilla.gnome.org/show_bug.cgi?id=516008
   Importance: Unknown
   Status: Unknown

-- 
crash in ephy_node_db_is_immutable
https://bugs.launchpad.net/bugs/200059
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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

[Bug 146803] Re: gnome-power-manager shows 2 batteries instead of 1

2008-01-09 Thread Joel Stanley
*** This bug is a duplicate of bug 177570 ***
https://bugs.launchpad.net/bugs/177570

** This bug has been marked a duplicate of bug 177570
   [hardy] two batteries display when left clicking on g-p-m

-- 
gnome-power-manager shows 2 batteries instead of 1
https://bugs.launchpad.net/bugs/146803
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 126396] gnome-panel crashed with SIGSEGV in pthread_mutex_lock()

2007-07-16 Thread Joel Stanley
*** This bug is a duplicate of bug 123480 ***
https://bugs.launchpad.net/bugs/123480

Public bug reported:

Binary package hint: gnome-panel

moused over rhythmbox icon in panel, then crashed

ProblemType: Crash
Architecture: i386
Date: Mon Jul 16 13:56:39 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/gnome-panel
NonfreeKernelModules: video battery
Package: gnome-panel 1:2.19.5-0ubuntu2
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/shenki
ProcEnviron:
 
PATH=/home/shenki/src/mips/software/mips-sde/./bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 ?? () from /usr/lib/libgtk-x11-2.0.so.0
 ?? ()
 pthread_mutex_lock ()
 ?? () from /usr/lib/libgdk-x11-2.0.so.0
 ?? ()
Title: gnome-panel crashed with SIGSEGV in pthread_mutex_lock()
Uname: Linux serenity 2.6.22-8-generic #1 SMP Thu Jul 12 15:59:45 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash

-- 
gnome-panel crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/126396
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 126396] Re: gnome-panel crashed with SIGSEGV in pthread_mutex_lock()

2007-07-16 Thread Joel Stanley
*** This bug is a duplicate of bug 123480 ***
https://bugs.launchpad.net/bugs/123480


** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8491773/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8491774/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/8491775/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8491776/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8491777/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8491778/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/8491779/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8491780/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
gnome-panel crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/126396
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 124916] rhythmbox crashed with SIGSEGV

2007-07-09 Thread Joel Stanley
Public bug reported:

Binary package hint: rhythmbox

clicked daap music share, then crash.

share had a shield icon on it.

ProblemType: Crash
Architecture: i386
Date: Mon Jul  9 12:10:44 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: battery video
Package: rhythmbox 0.11.1-0ubuntu2
PackageArchitecture: i386
ProcCmdline: rhythmbox
ProcCwd: /home/shenki
ProcEnviron:
 
PATH=/home/shenki/src/mips/software/mips-sde/./bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: rhythmbox
Stacktrace:
 #0  0xb569ee86 in ?? () from /usr/lib/rhythmbox/plugins/daap/libdaap.so
 #1  0x in ?? ()
StacktraceTop:
 ?? () from /usr/lib/rhythmbox/plugins/daap/libdaap.so
 ?? ()
Title: rhythmbox crashed with SIGSEGV
Uname: Linux serenity 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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


** Tags: apport-crash

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/124916
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

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


[Bug 124916] Re: rhythmbox crashed with SIGSEGV

2007-07-09 Thread Joel Stanley

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8340718/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8340719/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/8340720/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8340721/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8340722/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8340723/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8340724/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/124916
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

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


[Bug 94341] [apport] xchat-gnome crashed with SIGSEGV

2007-03-21 Thread Joel Stanley
Public bug reported:

Binary package hint: xchat-gnome

Attempting to press ok in a dialouge box, and nothing would happen.
After several attempts at clicking, xchat crashed.

ProblemType: Crash
Architecture: i386
Date: Wed Mar 21 17:51:51 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/xchat-gnome
Package: xchat-gnome 1:0.16-0ubuntu3
PackageArchitecture: i386
ProcCmdline: xchat-gnome
ProcCwd: /home/shenki
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: xchat-gnome
Stacktrace:
 #0  0x0809a1a0 in ?? ()
 #1  0x in ?? ()
StacktraceTop:
 ?? ()
 ?? ()
ThreadStacktrace:
 .
 Thread 1 (process 23501):
 #0  0x0809a1a0 in ?? ()
 #1  0x in ?? ()
Uname: Linux serenity 2.6.20-12-generic #2 SMP Sun Mar 18 03:07:14 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: xchat-gnome (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] xchat-gnome crashed with SIGSEGV
https://launchpad.net/bugs/94341

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


[Bug 94341] Re: [apport] xchat-gnome crashed with SIGSEGV

2007-03-21 Thread Joel Stanley

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

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

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

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

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

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

-- 
[apport] xchat-gnome crashed with SIGSEGV
https://launchpad.net/bugs/94341

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


[Bug 85986] [apport] gnome-panel crashed with SIGSEGV

2007-02-18 Thread Joel Stanley
Public bug reported:

Binary package hint: gnome-panel

nothing obvious

ProblemType: Crash
Date: Sun Feb 18 19:57:05 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 2.17.91-0ubuntu1
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/shenki
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? () from /usr/lib/libgobject-2.0.so.0
 ?? ()
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
Uname: Linux miranda 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-panel crashed with SIGSEGV
https://launchpad.net/bugs/85986

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


[Bug 85986] Re: [apport] gnome-panel crashed with SIGSEGV

2007-02-18 Thread Joel Stanley

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

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

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

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

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

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

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

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

-- 
[apport] gnome-panel crashed with SIGSEGV
https://launchpad.net/bugs/85986

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


[Bug 85661] Re: [apport] xchat-gnome crashed with SIGSEGV in strlen()

2007-02-16 Thread Joel Stanley

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

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

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

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

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

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

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

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

-- 
[apport] xchat-gnome crashed with SIGSEGV in strlen()
https://launchpad.net/bugs/85661

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


[Bug 85661] [apport] xchat-gnome crashed with SIGSEGV in strlen()

2007-02-16 Thread Joel Stanley
Public bug reported:

Binary package hint: xchat-gnome

clicked url in topic display above text area. first time, opened browser
with http://www.null.com;, second time crashed.

ProblemType: Crash
Date: Sat Feb 17 09:19:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/xchat-gnome
Package: xchat-gnome 1:0.16-0ubuntu2
ProcCmdline: xchat-gnome
ProcCwd: /home/shenki
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: xchat-gnome
StacktraceTop:
 strlen () from /lib/tls/i686/cmov/libc.so.6
 g_strdup () from /usr/lib/libglib-2.0.so.0
 ?? () from /usr/lib/libgobject-2.0.so.0
 ?? ()
 ?? ()
Uname: Linux miranda 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: xchat-gnome (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] xchat-gnome crashed with SIGSEGV in strlen()
https://launchpad.net/bugs/85661

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


[Bug 70005] Re: segfault on apt-get upgrade

2006-11-15 Thread Joel Stanley
the issue can be worked around by removing/renaming the srcpkgcache.bin
and pkgcache.bin files, located in /var/cache/apt.

of possible interest is bug 61708.

Before discovering the workaround, I manually downgraded all feisty
packages I thought would affect apt. The segfault still existed.

Also, I believe the .bin files were supposed to be regenerated when they
became corrupted - maybe the bug is in the corruption-detection code.

-- 
segfault on apt-get upgrade
https://launchpad.net/bugs/70005

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


[Bug 62739] Re: nautilus crashed when i logon gnome in edgy

2006-10-02 Thread Joel Stanley
Running latest edgy (Mon,  2 Oct 2006 16:19:05 +0930), I see this also.

http://bugzilla.gnome.org/show_bug.cgi?id=352483 - similar, on gentoo
http://bugzilla.gnome.org/show_bug.cgi?id=352418 - edgy crash

Attached is the output of gnome's bug-buddy.

I removed libnautilus-gst-shares.so, and nautilus starts (and runs)
normally.

** Attachment added: bug-buddy output
   http://librarian.launchpad.net/4603422/nautilus-crash.txt

-- 
nautilus crashed when i logon gnome in edgy
https://launchpad.net/bugs/62739

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


[Bug 62739] Re: nautilus crashed when i logon gnome in edgy

2006-10-02 Thread Joel Stanley
yes, still there after restarting

-- 
nautilus crashed when i logon gnome in edgy
https://launchpad.net/bugs/62739

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


[Bug 62739] Re: [shares-admin] nautilus crashed when i logon gnome in edgy

2006-10-02 Thread Joel Stanley
still waiting for the new liboobs to hit the repos, so can't confirm
that fixed anything.

Attached is my smb.conf. Nothing too private in there. The shares, iirc,
were manually added to the file.

Bernat, I removed the .so so my desktop would be usable again for the
day - it wasn't a fix, just a work around so I could be productive
without resorting a boot into dapper :)

** Attachment added: Joel's smb.conf
   http://librarian.launchpad.net/4609083/smb.conf

-- 
[shares-admin] nautilus crashed when i logon gnome in edgy
https://launchpad.net/bugs/62739

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


[Bug 63296] remembers all shortcut keys

2006-10-01 Thread Joel Stanley
Public bug reported:

Set a shortcut key in deskbar preferences, and this key will open the
search input. However, if one accidentally puts another key, and tries
to replace it with the intended key, both are remembered - for all new
keys added.

deskbar-applet: 2.16.0-0ubuntu2, running on a current ubuntu edgy
system.

** Affects: deskbar-applet (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
remembers all shortcut keys
https://launchpad.net/bugs/63296

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


[Bug 54060] Re: t-g-firefox-plugin depends on t-g 1.4.1-0ubuntu4

2006-07-27 Thread Joel Stanley
$ apt-cache policy totem-gstreamer-firefox-plugin
totem-gstreamer-firefox-plugin:
  Installed: (none)
  Candidate: 1.4.1-0ubuntu4
  Version table:
 1.4.1-0ubuntu4 0
500 http://mirror.internode.on.net edgy/universe Packages
500 http://archive.ubuntu.com edgy/universe Packages

-- 
t-g-firefox-plugin depends on t-g 1.4.1-0ubuntu4
https://launchpad.net/bugs/54060

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


[Bug 54060] t-g-firefox-plugin depends on t-g 1.4.1-0ubuntu4

2006-07-25 Thread Joel Stanley
Public bug reported:

totem-gstreamer-firefox-plugin depends on totem-gstreamer (=
1.4.1-0ubuntu4), when the latest version is 1.5.4-0ubuntu1, making it
uninstallable on edgy.

--
$ sudo apt-get install totem-gstreamer-firefox-plugin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. 

[snip]

The following packages have unmet dependencies:
  totem-gstreamer-firefox-plugin: Depends: totem-gstreamer (= 1.4.1-0ubuntu4) 
but 1.5.4-0ubuntu1 is to be installed
E: Broken packages

** Affects: totem (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
t-g-firefox-plugin depends on t-g 1.4.1-0ubuntu4
https://launchpad.net/bugs/54060

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


[Bug 50596] Re: Installer App next button does not respond

2006-06-22 Thread Joel Stanley
*** This bug is a duplicate of bug 22930 ***

** Changed in: ubuntu-live (Ubuntu)
Sourcepackagename: ubuntu-live = ubiquity

-- 
Installer App next button does not respond
https://launchpad.net/bugs/50596

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


[Bug 49169] xchat-gnome always uses xchat's http proxy is settings

2006-06-09 Thread Joel Stanley
Public bug reported:

As suggested in https://launchpad.net/bugs/31812, xchat-gnome is capable
of connecting through http proxys as it shares its backend with xchat,
however, there is no GUI for configuring that setting.

It was suggested in that bug to use xchat to set the proxy, as it shares
its config profile with xchat-gnome. This does work, however, once a
proxy is set in xchat, it cannot be unset in xchat-gnome.

Unsure if this is a dupe of bug 31812, as they share a solution -
impliment a proxy config for xchat-gnome. However, I believe the problem
of having settings in one program changed by another without alerting
the user is a different, slightly more important problem.

** Affects: xchat-gnome (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
xchat-gnome always uses xchat's http proxy is settings
https://launchpad.net/bugs/49169

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


[Bug 49169] Re: xchat-gnome always uses xchat's http proxy settings

2006-06-09 Thread Joel Stanley
** Summary changed:

- xchat-gnome always uses xchat's http proxy is settings
+ xchat-gnome always uses xchat's http proxy settings

-- 
xchat-gnome always uses xchat's http proxy settings
https://launchpad.net/bugs/49169

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


[Bug 38933] Re: Spellcheck

2006-06-05 Thread Joel Stanley
but 36931 appears to be fixed, however, xchat-gnome does not
automaticlly install enchat (package libenchant1c2a), so a user get's a
blank list of spellcheck languages in xchat-gnome.

Either a message needs to be placed in that blank window advising the
user to isntall package libenchant1c2a for spellchecking, or xchat-gnome
should dependon libenchant1c2a.

-- 
Spellcheck
https://launchpad.net/bugs/38933

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


[Bug 38933] Re: Spellcheck

2006-06-05 Thread Joel Stanley
note: System is a dist-upgraded flight6-ish isntall, so possibly users
get this by default now?

-- 
Spellcheck
https://launchpad.net/bugs/38933

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


[Bug 31812] Re: No proxy support

2006-05-31 Thread Joel Stanley
holycow, where do you set the config for the proxy?

-- 
No proxy support
https://launchpad.net/bugs/31812

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


[Bug 47509] Keyring dialouge asks for password mutiple times on login

2006-05-30 Thread Joel Stanley
Public bug reported:

Binary package hint: gnome-keyring

Using network manager with WEP key stored in gnome-keyring.

Login then, between 1 and 4 password entry dialouges open - varies every
login.

Was reported by users on various distros in this thread on
networkmanager mailing list: http://mail.gnome.org/archives
/networkmanager-list/2006-May/msg00272.html

** Affects: gnome-keyring (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed
** Affects: network-manager (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

** Also affects: network-manager (Ubuntu)
 Severity: Normal
 Priority: (none set)
   Status: Unconfirmed

-- 
Keyring dialouge asks for password mutiple times on login
https://launchpad.net/bugs/47509

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


[Bug 47509] Re: Keyring dialouge asks for password mutiple times on login

2006-05-30 Thread Joel Stanley
The gnome-keyring password dialouge's are all for networkmanager (it's
the only piece of software that uses gnome-keyring on my system, as far
as I know/use)

They only appear the first time; if I disconnect the wireless and re-
connect (thus needing the wep key again) it doesn't need the keyring
password again.

The boxes are appearing while gnome is logging in, and while my login
time isn't unusally long, possibly there's a timeout triggering too
quickly, so nm-applet asks for the key again, which triggers the
password box once more?

-- 
Keyring dialouge asks for password mutiple times on login
https://launchpad.net/bugs/47509

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


[Bug 47509] Re: Keyring dialouge asks for password mutiple times on login

2006-05-30 Thread Joel Stanley
not sure which bug or piece of software this relates to, so added two
upstream bugs - the networkmanager one has already been fixed in cvs.

** Bug watch added: GNOME Bug Tracker #341297
   http://bugzilla.gnome.org/show_bug.cgi?id=341297

** Also affects: network-manager (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=341297
 Severity: Unknown
 Priority: Unknown
   Status: Unknown

** Bug watch added: GNOME Bug Tracker #343404
   http://bugzilla.gnome.org/show_bug.cgi?id=343404

** Also affects: gnome-keyring (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=343404
 Severity: Unknown
 Priority: Unknown
   Status: Unknown

-- 
Keyring dialouge asks for password mutiple times on login
https://launchpad.net/bugs/47509

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


[Bug 42689] Re: Playback error: Playing FLAC encoded file over DAAP gives error

2006-05-03 Thread Joel Stanley
Installed the new version of gstreamer0.10-plugins-bad, and playback still does 
not work. Same error message as before.

(I'm 100% sure I have the ubuntu2 version installed, but if I wasn't, what is 
the easiest way to tell the version of a currently installed package?)

-- 
Playback error: Playing FLAC encoded file over DAAP gives error
https://launchpad.net/bugs/42689

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


[Bug 42689] Re: Playback error: Playing FLAC encoded file over DAAP gives error

2006-05-03 Thread Joel Stanley
*sigh* any eta?

Thanks very much for your help, it's been good to have such prompt help on my 
first ubuntu bug :)

-- 
Playback error: Playing FLAC encoded file over DAAP gives error
https://launchpad.net/bugs/42689

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


[Bug 42689] Re: Playback error: Playing FLAC encoded file over DAAP gives error

2006-05-02 Thread Joel Stanley
possibly related to of 40023: totem  rhythmbox will not play Ogg Vorbis, Ogg 
Theora or Ogg FLAC on fresh Dapper install?

https://launchpad.net/distros/ubuntu/+source/gstreamer0.10/+bug/40023

Although, after doing as suggested by Sebastian Dröge, paying back 
http://ff123.net/samples/1.flac (FLAC sample file) using $ gst-launch-0.10 
filesrc location=./1.flac ! decodebin ! {fake, oss, alsa}sink, all three 
sinks functioned correctly - sound was played back.

-- 
Playback error: Playing FLAC encoded file over DAAP gives error
https://launchpad.net/bugs/42689

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


[Bug 42689] Re: Playback error: Playing FLAC encoded file over DAAP gives error

2006-05-02 Thread Joel Stanley
(should I be editing my comments, or adding more?)

GstFlacDec lives in gst-plugins-good0.10

I couldn't find any relevant bugs in upstream.

** Also affects: gst-plugins-good0.10 (Ubuntu)
 Severity: Normal
 Priority: (none set)
   Status: Unconfirmed

-- 
Playback error: Playing FLAC encoded file over DAAP gives error
https://launchpad.net/bugs/42689

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


[Bug 42003] Re: no root file system

2006-05-01 Thread Joel Stanley
I see this also, using todays (20060430?) 'desktop' cd.

Has happened twice, going in for the thrid go now.

Ran installer and from desktop with these steps:
* selected manually partition
* created a root partition, and swap, (these are to be formatted) and asked to 
re-use /home parition w/o formatting
* Continue to the end of the installer
* begins creating partitions then comes up with 'no root file system' dialouge
* pressed okay, dialouge stops at 15% (left for an hour, no change)

fdisk -l, after rebooting from failed install, shows the partitions were 
created. However, starting up the installer again, the partitioning screen 
shows /dev/sda2 (was going to be root), as 'unknown' type.

-- 
no root file system
https://launchpad.net/bugs/42003

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


[Bug 42003] Re: no root file system

2006-05-01 Thread Joel Stanley
update from previous post:

I tried two things differently this time (realised just then should have tried 
one then the other):

1) pre-formatted root and swap using gparted (inside livecd session)

2) when you arrive at the mountpoint setup screen, the swap partition was 
listed first. I re-ordered them so root was first.

Both seem quite trivial, considering that the installer re-formatted the 
partitins anyway, but something clicked to make things work.

-- 
no root file system
https://launchpad.net/bugs/42003

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