[Bug 410510] Re: rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()

2009-08-19 Thread Daniel J Blueman
Another test case to use (which caused me to hit this bug) is when eg
firefox opened rhythmbox with:

http://www.sky.fm/mp3/urbanjamz.pls

-- 
rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()
https://bugs.launchpad.net/bugs/410510
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 243349] Re: gedit crashed with SIGSEGV in gtk_tree_model_get_iter()

2008-06-26 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15632324/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15632326/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15632329/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15632330/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15632331/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 243559] Re: evince crashed with SIGSEGV in FT_List_Find()

2008-06-27 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15645713/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15645715/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15645718/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15645719/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15645720/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 258779] Re: nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()

2008-08-17 Thread Daniel J Blueman
** Visibility changed to: Public

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

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


[Bug 255511] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()

2008-08-17 Thread Daniel J Blueman
I had this crash with same stacktrace top when plugging in my (gen 3)
iPod shuffle.

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/255511
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 260904] Re: evince crashed with SIGSEGV in read_markers()

2008-08-24 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17048643/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17048645/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17048648/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17048649/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17048650/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-08-25 Thread Daniel J Blueman
I hit this bug again, and I would say it represents a major usability
problem for VLC, itself a prime desktop app.

VLC does a 'dumb' substitution of the '+' symbol with space in the
source, which breaks URL parsing; I expect this was added as a hack
previously, when apps didn't use '%20' to represent the space in an RFC-
compliant manner.

Fix is thus:

--- src/input/input.c~  2008-08-25 12:37:44.943073369 +0100
+++ src/input/input.c   2008-08-25 12:37:44.948073326 +0100
@@ -2420,11 +2420,6 @@
 
 *psz++ = strtol( val, NULL, 16 );
 }
-else if( *p == '+' )
-{
-*psz++ = ' ';
-p++;
-}
 else
 {
 *psz++ = *p++;


** Attachment added: "Fix"
   http://launchpadlibrarian.net/17059277/vlc.patch

** Changed in: vlc (Ubuntu)
Sourcepackagename: meta-gnome2 => vlc
   Status: Incomplete => In Progress

-- 
VLC does not open files with Plus-signs in name
https://bugs.launchpad.net/bugs/215784
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17215511/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17215513/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17215516/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17215517/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17215518/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

We get the same crash signature for both PDFs, but alas I can't find
libfreetype-dbg packages, so have to rely on apport-retrace:

$ valgrind --trace-children=yes evince fx570MS_991MS_I.pdf
==20374== Memcheck, a memory error detector.
==20374== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==20374== Using LibVEX rev 1854, a library for dynamic binary translation.
==20374== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==20374== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==20374== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==20374== For more details, rerun with: -v
==20374== 
==20374== Syscall param write(buf) points to uninitialised byte(s)
==20374==at 0xBA47E90: __write_nocancel (in 
/usr/lib/debug/libpthread-2.8.90.so)
==20374==by 0x60C8EFE: _IceTransSocketWrite (Xtranssock.c:2171)
==20374==by 0x60CC787: _IceWrite (misc.c:369)
==20374==by 0x60CC863: IceFlush (misc.c:82)
==20374==by 0x5C49DFB: client_set_string (gnome-client.c:264)
==20374==by 0x5C4BBC2: gnome_real_client_connect (gnome-client.c:2442)
==20374==by 0xB33628C: g_closure_invoke (gclosure.c:767)
==20374==by 0xB34C91D: signal_emit_unlocked_R (gsignal.c:3174)
==20374==by 0xB34E718: g_signal_emit_valist (gsignal.c:2977)
==20374==by 0xB34EC82: g_signal_emit (gsignal.c:3034)
==20374==by 0x5C4B92E: gnome_client_connect (gnome-client.c:1627)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==  Address 0x10b3343c is 12 bytes inside a block of size 1,024 alloc'd
==20374==at 0x4C24384: calloc (vg_replace_malloc.c:397)
==20374==by 0x60C5373: IceOpenConnection (connect.c:211)
==20374==by 0x5EB8CB0: SmcOpenConnection (sm_client.c:135)
==20374==by 0x5C4B8AC: gnome_client_connect (gnome-client.c:1595)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==by 0x69F6DBD: gnome_program_postinit (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F718A: (within /usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F740C: gnome_program_initv (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F7503: gnome_program_init (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x44B5CC: main (main.c:346)
==20374== 
==20374== Process terminating with default action of signal 8 (SIGFPE)
==20374==  Integer divide by zero at address 0x40940F1C3
==20374==at 0x9A5DED1: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E02F: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E2AA: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6259C: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6298D: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A428AF: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A44D3D: FT_Open_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A45B21: FT_New_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x8A15F1C: CairoFont::create(GfxFont*, XRef*, FT_LibraryRec_*, 
int) (in /usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A162FF: CairoFontEngine::getFont(GfxFont*, XRef*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A191D9: CairoOutputDev::updateFont(GfxState*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0xE1E6B84: Gfx::opShowText(Object*, int) (in 
/usr/lib/libpoppler.so.3.0.0)
==20374== 
==20374== ERROR SUMMARY: 6 errors from 1 contexts (suppressed: 11 from 1)
==20374== malloc/free: in use at exit: 42,212,469 bytes in 70,875 blocks.
==20374== malloc/free: 526,710 allocs, 455,835 frees, 278,338,485 bytes 
allocated.
==20374== For counts of detected errors, rerun with: -v
==20374== searching for pointers to 70,875 not-freed blocks.
==20374== checked 58,694,552 bytes.
==20374== 
==20374== LEAK SUMMARY:
==20374==definitely lost: 361,827 bytes in 7,454 blocks.
==20374==  possibly lost: 333,754 bytes in 276 blocks.
==20374==still reachable: 41,516,888 bytes in 63,145 blocks.
==20374== suppressed: 0 bytes in 0 blocks.
==20374== Rerun with --leak-check=full to see details of leaked memory.
Killed

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

** Changed in: freetype (Ubuntu)
Sourcepackagename: evince => freetype

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 79620] gdm's socket in /tmp is deleted by bootclean

2007-01-16 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gdm

When the /etc/init.d/bootclean init script is enabled, it starts after
the gdm init script (due to the gdm init script starting early to get a
login screen quicker). However, when the gdm daemon starts, it creates
/tmp/.gdm_socket, which the bootclean script subsequently deletes, thus
other gdm processes and gnome processes fail to communicate with gdm.

This results in the symptoms:
 - gdm attempting to start a number of times
 - gdm consequently backing off to the older flowers theme (rather than the 
default Ubuntu one)
 - the gnome sessions lacks a shutdown, restart and suspend buttons

To fix this case, gdm should create it's socket in the correct location
in (eg) /var/run/gdm/socket, like other daemons do.

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

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-01-19 Thread Daniel J Blueman
Thanks for your help. I enabled bootclean with 'update-rc.d bootclean
defaults'; the version of the initscripts package is
'2.86.ds1-14.1ubuntu16'.

Hope this helps - let me know if you need any more information!

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-02-02 Thread Daniel J Blueman
Just to state my reasoning for thinking it is a GDM bug:

gdm creates a file in /tmp/.gdm_socket, but /tmp has the sticky bit set,
meaning that anyone else can delete other people's files, not possible
without the sticky bit set.

/var/run is used for other programs to create sockets, and according to
the Linux File Hierarchy Standard, is the correct place:

http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA

This would entirly justify the (acceptable) behaviour of the bootclean
script, run from wherever and whenever in the boot process. FHS exists
to prevent these classes of races/design bugs from occuring.

Comments/suggestions? What arguments are against having the socket in
/var/run?

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 86399] [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gnome-cups-manager

Fresh install of Fesity Herd 4.

I had previously enabled the 'browse network for printers' option in the
printer list window, and had also enabled 'share my printers'.

I had plugged in my Epson R220 USB printer, and the printer-add dialog
appeared. I selected 'Gutenprint (expert)' and the printer was added to
the CUPS printer list.

Then, I double-clicked on the new icon for my printer, and blam!

Bonus: my stacktrace is more complete, since I installed glib, gtk2 and
some gnome dbg symbol packages.

ProblemType: Crash
Date: Mon Feb 19 23:21:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-cups-manager
Package: gnome-cups-manager 0.31-3ubuntu2
ProcCmdline: gnome-cups-manager
ProcCwd: /home/daniel
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-cups-manager
StacktraceTop:
 IA__g_signal_emit_valist (instance=0x86b9c0, 
 IA__g_signal_emit (instance=0x8c1170, 
 ?? ()
 _gtk_marshal_BOOLEAN__BOXED (closure=0x673830,
Uname: Linux conroe 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 86399] Re: [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman

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

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

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

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

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

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

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

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 36581] Re: gam_server consumes lots of cpu time

2007-07-11 Thread Daniel J Blueman
Logged into the gnome desktop with my homedir mounted from NFS,
gam_server is clocking up more and more processor time, and is the 3rd
highest cpu-time user (behind firefox and Xorg).

It's storms the NFS server with file and dir stat() calls, more than ~100, 
every ~3 seconds...that's getting expensive!
I have no nautilus windows open, except (of course) the background desktop.

Let me know if you'd like any debugging. Distro is Ubuntu Feisty 7.04
and gamin is version 0.1.8-1ubuntu3 with 6 days of uptime.

A quick strace shows:

$ strace -p `pidof gam_server`
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 1000) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 0) = 0
stat("/home/daniel/.config/menus/preferences-merged", 0x7fffcf91eff0) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/menus/preferences-merged", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory)

stat("/home/daniel/Desktop", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("/home/daniel/Desktop", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 58 entries */, 32768) = 1960
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/Desktop/diff", {st_mode=S_IFREG|0664, st_size=107008, ...}) 
= 0

stat("/home/daniel", {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
open("/home/daniel", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 107 entries */, 32768) = 3688
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/.metacity", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/daniel/.profile", {st_mode=S_IFREG|0664, st_size=850, ...}) = 0


-- 
gam_server consumes lots of cpu time
https://bugs.launchpad.net/bugs/36581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 127925] Re: notification-daemon crashed with SIGSEGV in move_notification()

2007-07-27 Thread Daniel J Blueman
notification-daemon got hit by SIGSEGV while I was using rhythmbox on an
x86-64:

 #0  0x2b12bc47f2ff in ?? ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #1  0x2b12bc47f6e2 in move_notification ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #2  0x00403c7f in ?? ()
 #3  0x00404d35 in ?? ()
 #4  0x2b12b5d69144 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #5  0x2b12b5f97119 in ?? () from /usr/lib/libdbus-1.so.3
 #6  0x2b12b5f8a9bb in dbus_connection_dispatch ()
from /usr/lib/libdbus-1.so.3
 #7  0x2b12b5d65f75 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #8  0x2b12b78940a3 in g_main_context_dispatch () 
from /usr/lib/libglib-2.0.so.0
 #9  0x2b12b78973ad in ?? () from /usr/lib/libglib-2.0.so.0   
 #10 0x2b12b78976ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0x2b12b6799983 in IA__gtk_main ()
 at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c:1144
tmp_list = (GList *) 0x63cb98
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x623990
loop = (GMainLoop *) 0x63e4d0
 #12 0x00404a3a in ?? () 
 #13 0x2b12b7d65b24 in XHXX$X () from /lib/libc.so.6
 #14 0x00403209 in ?? ()
 #15 0x74f699b8 in ?? ()
 #16 0x in ?? ()

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

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


[Bug 410510] Re: rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()

2009-08-19 Thread Daniel J Blueman
Another test case to use (which caused me to hit this bug) is when eg
firefox opened rhythmbox with:

http://www.sky.fm/mp3/urbanjamz.pls

-- 
rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()
https://bugs.launchpad.net/bugs/410510
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 243349] Re: gedit crashed with SIGSEGV in gtk_tree_model_get_iter()

2008-06-26 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15632324/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15632326/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15632329/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15632330/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15632331/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 243559] Re: evince crashed with SIGSEGV in FT_List_Find()

2008-06-27 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15645713/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15645715/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15645718/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15645719/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15645720/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 258779] Re: nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()

2008-08-17 Thread Daniel J Blueman
** Visibility changed to: Public

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

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


[Bug 255511] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()

2008-08-17 Thread Daniel J Blueman
I had this crash with same stacktrace top when plugging in my (gen 3)
iPod shuffle.

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/255511
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 260904] Re: evince crashed with SIGSEGV in read_markers()

2008-08-24 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17048643/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17048645/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17048648/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17048649/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17048650/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-08-25 Thread Daniel J Blueman
I hit this bug again, and I would say it represents a major usability
problem for VLC, itself a prime desktop app.

VLC does a 'dumb' substitution of the '+' symbol with space in the
source, which breaks URL parsing; I expect this was added as a hack
previously, when apps didn't use '%20' to represent the space in an RFC-
compliant manner.

Fix is thus:

--- src/input/input.c~  2008-08-25 12:37:44.943073369 +0100
+++ src/input/input.c   2008-08-25 12:37:44.948073326 +0100
@@ -2420,11 +2420,6 @@
 
 *psz++ = strtol( val, NULL, 16 );
 }
-else if( *p == '+' )
-{
-*psz++ = ' ';
-p++;
-}
 else
 {
 *psz++ = *p++;


** Attachment added: "Fix"
   http://launchpadlibrarian.net/17059277/vlc.patch

** Changed in: vlc (Ubuntu)
Sourcepackagename: meta-gnome2 => vlc
   Status: Incomplete => In Progress

-- 
VLC does not open files with Plus-signs in name
https://bugs.launchpad.net/bugs/215784
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17215511/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17215513/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17215516/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17215517/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17215518/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

We get the same crash signature for both PDFs, but alas I can't find
libfreetype-dbg packages, so have to rely on apport-retrace:

$ valgrind --trace-children=yes evince fx570MS_991MS_I.pdf
==20374== Memcheck, a memory error detector.
==20374== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==20374== Using LibVEX rev 1854, a library for dynamic binary translation.
==20374== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==20374== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==20374== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==20374== For more details, rerun with: -v
==20374== 
==20374== Syscall param write(buf) points to uninitialised byte(s)
==20374==at 0xBA47E90: __write_nocancel (in 
/usr/lib/debug/libpthread-2.8.90.so)
==20374==by 0x60C8EFE: _IceTransSocketWrite (Xtranssock.c:2171)
==20374==by 0x60CC787: _IceWrite (misc.c:369)
==20374==by 0x60CC863: IceFlush (misc.c:82)
==20374==by 0x5C49DFB: client_set_string (gnome-client.c:264)
==20374==by 0x5C4BBC2: gnome_real_client_connect (gnome-client.c:2442)
==20374==by 0xB33628C: g_closure_invoke (gclosure.c:767)
==20374==by 0xB34C91D: signal_emit_unlocked_R (gsignal.c:3174)
==20374==by 0xB34E718: g_signal_emit_valist (gsignal.c:2977)
==20374==by 0xB34EC82: g_signal_emit (gsignal.c:3034)
==20374==by 0x5C4B92E: gnome_client_connect (gnome-client.c:1627)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==  Address 0x10b3343c is 12 bytes inside a block of size 1,024 alloc'd
==20374==at 0x4C24384: calloc (vg_replace_malloc.c:397)
==20374==by 0x60C5373: IceOpenConnection (connect.c:211)
==20374==by 0x5EB8CB0: SmcOpenConnection (sm_client.c:135)
==20374==by 0x5C4B8AC: gnome_client_connect (gnome-client.c:1595)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==by 0x69F6DBD: gnome_program_postinit (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F718A: (within /usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F740C: gnome_program_initv (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F7503: gnome_program_init (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x44B5CC: main (main.c:346)
==20374== 
==20374== Process terminating with default action of signal 8 (SIGFPE)
==20374==  Integer divide by zero at address 0x40940F1C3
==20374==at 0x9A5DED1: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E02F: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E2AA: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6259C: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6298D: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A428AF: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A44D3D: FT_Open_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A45B21: FT_New_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x8A15F1C: CairoFont::create(GfxFont*, XRef*, FT_LibraryRec_*, 
int) (in /usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A162FF: CairoFontEngine::getFont(GfxFont*, XRef*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A191D9: CairoOutputDev::updateFont(GfxState*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0xE1E6B84: Gfx::opShowText(Object*, int) (in 
/usr/lib/libpoppler.so.3.0.0)
==20374== 
==20374== ERROR SUMMARY: 6 errors from 1 contexts (suppressed: 11 from 1)
==20374== malloc/free: in use at exit: 42,212,469 bytes in 70,875 blocks.
==20374== malloc/free: 526,710 allocs, 455,835 frees, 278,338,485 bytes 
allocated.
==20374== For counts of detected errors, rerun with: -v
==20374== searching for pointers to 70,875 not-freed blocks.
==20374== checked 58,694,552 bytes.
==20374== 
==20374== LEAK SUMMARY:
==20374==definitely lost: 361,827 bytes in 7,454 blocks.
==20374==  possibly lost: 333,754 bytes in 276 blocks.
==20374==still reachable: 41,516,888 bytes in 63,145 blocks.
==20374== suppressed: 0 bytes in 0 blocks.
==20374== Rerun with --leak-check=full to see details of leaked memory.
Killed

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

** Changed in: freetype (Ubuntu)
Sourcepackagename: evince => freetype

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 410510] Re: rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()

2009-08-19 Thread Daniel J Blueman
Another test case to use (which caused me to hit this bug) is when eg
firefox opened rhythmbox with:

http://www.sky.fm/mp3/urbanjamz.pls

-- 
rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()
https://bugs.launchpad.net/bugs/410510
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 36581] Re: gam_server consumes lots of cpu time

2007-07-11 Thread Daniel J Blueman
Logged into the gnome desktop with my homedir mounted from NFS,
gam_server is clocking up more and more processor time, and is the 3rd
highest cpu-time user (behind firefox and Xorg).

It's storms the NFS server with file and dir stat() calls, more than ~100, 
every ~3 seconds...that's getting expensive!
I have no nautilus windows open, except (of course) the background desktop.

Let me know if you'd like any debugging. Distro is Ubuntu Feisty 7.04
and gamin is version 0.1.8-1ubuntu3 with 6 days of uptime.

A quick strace shows:

$ strace -p `pidof gam_server`
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 1000) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 0) = 0
stat("/home/daniel/.config/menus/preferences-merged", 0x7fffcf91eff0) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/menus/preferences-merged", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory)

stat("/home/daniel/Desktop", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("/home/daniel/Desktop", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 58 entries */, 32768) = 1960
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/Desktop/diff", {st_mode=S_IFREG|0664, st_size=107008, ...}) 
= 0

stat("/home/daniel", {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
open("/home/daniel", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 107 entries */, 32768) = 3688
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/.metacity", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/daniel/.profile", {st_mode=S_IFREG|0664, st_size=850, ...}) = 0


-- 
gam_server consumes lots of cpu time
https://bugs.launchpad.net/bugs/36581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 127925] Re: notification-daemon crashed with SIGSEGV in move_notification()

2007-07-27 Thread Daniel J Blueman
notification-daemon got hit by SIGSEGV while I was using rhythmbox on an
x86-64:

 #0  0x2b12bc47f2ff in ?? ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #1  0x2b12bc47f6e2 in move_notification ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #2  0x00403c7f in ?? ()
 #3  0x00404d35 in ?? ()
 #4  0x2b12b5d69144 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #5  0x2b12b5f97119 in ?? () from /usr/lib/libdbus-1.so.3
 #6  0x2b12b5f8a9bb in dbus_connection_dispatch ()
from /usr/lib/libdbus-1.so.3
 #7  0x2b12b5d65f75 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #8  0x2b12b78940a3 in g_main_context_dispatch () 
from /usr/lib/libglib-2.0.so.0
 #9  0x2b12b78973ad in ?? () from /usr/lib/libglib-2.0.so.0   
 #10 0x2b12b78976ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0x2b12b6799983 in IA__gtk_main ()
 at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c:1144
tmp_list = (GList *) 0x63cb98
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x623990
loop = (GMainLoop *) 0x63e4d0
 #12 0x00404a3a in ?? () 
 #13 0x2b12b7d65b24 in XHXX$X () from /lib/libc.so.6
 #14 0x00403209 in ?? ()
 #15 0x74f699b8 in ?? ()
 #16 0x in ?? ()

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

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


[Bug 79620] gdm's socket in /tmp is deleted by bootclean

2007-01-16 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gdm

When the /etc/init.d/bootclean init script is enabled, it starts after
the gdm init script (due to the gdm init script starting early to get a
login screen quicker). However, when the gdm daemon starts, it creates
/tmp/.gdm_socket, which the bootclean script subsequently deletes, thus
other gdm processes and gnome processes fail to communicate with gdm.

This results in the symptoms:
 - gdm attempting to start a number of times
 - gdm consequently backing off to the older flowers theme (rather than the 
default Ubuntu one)
 - the gnome sessions lacks a shutdown, restart and suspend buttons

To fix this case, gdm should create it's socket in the correct location
in (eg) /var/run/gdm/socket, like other daemons do.

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

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-01-19 Thread Daniel J Blueman
Thanks for your help. I enabled bootclean with 'update-rc.d bootclean
defaults'; the version of the initscripts package is
'2.86.ds1-14.1ubuntu16'.

Hope this helps - let me know if you need any more information!

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-02-02 Thread Daniel J Blueman
Just to state my reasoning for thinking it is a GDM bug:

gdm creates a file in /tmp/.gdm_socket, but /tmp has the sticky bit set,
meaning that anyone else can delete other people's files, not possible
without the sticky bit set.

/var/run is used for other programs to create sockets, and according to
the Linux File Hierarchy Standard, is the correct place:

http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA

This would entirly justify the (acceptable) behaviour of the bootclean
script, run from wherever and whenever in the boot process. FHS exists
to prevent these classes of races/design bugs from occuring.

Comments/suggestions? What arguments are against having the socket in
/var/run?

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 86399] [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gnome-cups-manager

Fresh install of Fesity Herd 4.

I had previously enabled the 'browse network for printers' option in the
printer list window, and had also enabled 'share my printers'.

I had plugged in my Epson R220 USB printer, and the printer-add dialog
appeared. I selected 'Gutenprint (expert)' and the printer was added to
the CUPS printer list.

Then, I double-clicked on the new icon for my printer, and blam!

Bonus: my stacktrace is more complete, since I installed glib, gtk2 and
some gnome dbg symbol packages.

ProblemType: Crash
Date: Mon Feb 19 23:21:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-cups-manager
Package: gnome-cups-manager 0.31-3ubuntu2
ProcCmdline: gnome-cups-manager
ProcCwd: /home/daniel
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-cups-manager
StacktraceTop:
 IA__g_signal_emit_valist (instance=0x86b9c0, 
 IA__g_signal_emit (instance=0x8c1170, 
 ?? ()
 _gtk_marshal_BOOLEAN__BOXED (closure=0x673830,
Uname: Linux conroe 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 86399] Re: [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman

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

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

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

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

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

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

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

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 243349] Re: gedit crashed with SIGSEGV in gtk_tree_model_get_iter()

2008-06-26 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15632324/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15632326/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15632329/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15632330/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15632331/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 243559] Re: evince crashed with SIGSEGV in FT_List_Find()

2008-06-27 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15645713/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15645715/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15645718/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15645719/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15645720/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 127925] Re: notification-daemon crashed with SIGSEGV in move_notification()

2007-07-27 Thread Daniel J Blueman
notification-daemon got hit by SIGSEGV while I was using rhythmbox on an
x86-64:

 #0  0x2b12bc47f2ff in ?? ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #1  0x2b12bc47f6e2 in move_notification ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #2  0x00403c7f in ?? ()
 #3  0x00404d35 in ?? ()
 #4  0x2b12b5d69144 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #5  0x2b12b5f97119 in ?? () from /usr/lib/libdbus-1.so.3
 #6  0x2b12b5f8a9bb in dbus_connection_dispatch ()
from /usr/lib/libdbus-1.so.3
 #7  0x2b12b5d65f75 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #8  0x2b12b78940a3 in g_main_context_dispatch () 
from /usr/lib/libglib-2.0.so.0
 #9  0x2b12b78973ad in ?? () from /usr/lib/libglib-2.0.so.0   
 #10 0x2b12b78976ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0x2b12b6799983 in IA__gtk_main ()
 at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c:1144
tmp_list = (GList *) 0x63cb98
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x623990
loop = (GMainLoop *) 0x63e4d0
 #12 0x00404a3a in ?? () 
 #13 0x2b12b7d65b24 in XHXX$X () from /lib/libc.so.6
 #14 0x00403209 in ?? ()
 #15 0x74f699b8 in ?? ()
 #16 0x in ?? ()

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

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


[Bug 258779] Re: nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()

2008-08-17 Thread Daniel J Blueman
** Visibility changed to: Public

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

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


[Bug 255511] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()

2008-08-17 Thread Daniel J Blueman
I had this crash with same stacktrace top when plugging in my (gen 3)
iPod shuffle.

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/255511
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 260904] Re: evince crashed with SIGSEGV in read_markers()

2008-08-24 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17048643/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17048645/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17048648/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17048649/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17048650/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-08-25 Thread Daniel J Blueman
I hit this bug again, and I would say it represents a major usability
problem for VLC, itself a prime desktop app.

VLC does a 'dumb' substitution of the '+' symbol with space in the
source, which breaks URL parsing; I expect this was added as a hack
previously, when apps didn't use '%20' to represent the space in an RFC-
compliant manner.

Fix is thus:

--- src/input/input.c~  2008-08-25 12:37:44.943073369 +0100
+++ src/input/input.c   2008-08-25 12:37:44.948073326 +0100
@@ -2420,11 +2420,6 @@
 
 *psz++ = strtol( val, NULL, 16 );
 }
-else if( *p == '+' )
-{
-*psz++ = ' ';
-p++;
-}
 else
 {
 *psz++ = *p++;


** Attachment added: "Fix"
   http://launchpadlibrarian.net/17059277/vlc.patch

** Changed in: vlc (Ubuntu)
Sourcepackagename: meta-gnome2 => vlc
   Status: Incomplete => In Progress

-- 
VLC does not open files with Plus-signs in name
https://bugs.launchpad.net/bugs/215784
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17215511/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17215513/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17215516/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17215517/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17215518/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

We get the same crash signature for both PDFs, but alas I can't find
libfreetype-dbg packages, so have to rely on apport-retrace:

$ valgrind --trace-children=yes evince fx570MS_991MS_I.pdf
==20374== Memcheck, a memory error detector.
==20374== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==20374== Using LibVEX rev 1854, a library for dynamic binary translation.
==20374== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==20374== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==20374== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==20374== For more details, rerun with: -v
==20374== 
==20374== Syscall param write(buf) points to uninitialised byte(s)
==20374==at 0xBA47E90: __write_nocancel (in 
/usr/lib/debug/libpthread-2.8.90.so)
==20374==by 0x60C8EFE: _IceTransSocketWrite (Xtranssock.c:2171)
==20374==by 0x60CC787: _IceWrite (misc.c:369)
==20374==by 0x60CC863: IceFlush (misc.c:82)
==20374==by 0x5C49DFB: client_set_string (gnome-client.c:264)
==20374==by 0x5C4BBC2: gnome_real_client_connect (gnome-client.c:2442)
==20374==by 0xB33628C: g_closure_invoke (gclosure.c:767)
==20374==by 0xB34C91D: signal_emit_unlocked_R (gsignal.c:3174)
==20374==by 0xB34E718: g_signal_emit_valist (gsignal.c:2977)
==20374==by 0xB34EC82: g_signal_emit (gsignal.c:3034)
==20374==by 0x5C4B92E: gnome_client_connect (gnome-client.c:1627)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==  Address 0x10b3343c is 12 bytes inside a block of size 1,024 alloc'd
==20374==at 0x4C24384: calloc (vg_replace_malloc.c:397)
==20374==by 0x60C5373: IceOpenConnection (connect.c:211)
==20374==by 0x5EB8CB0: SmcOpenConnection (sm_client.c:135)
==20374==by 0x5C4B8AC: gnome_client_connect (gnome-client.c:1595)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==by 0x69F6DBD: gnome_program_postinit (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F718A: (within /usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F740C: gnome_program_initv (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F7503: gnome_program_init (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x44B5CC: main (main.c:346)
==20374== 
==20374== Process terminating with default action of signal 8 (SIGFPE)
==20374==  Integer divide by zero at address 0x40940F1C3
==20374==at 0x9A5DED1: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E02F: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E2AA: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6259C: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6298D: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A428AF: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A44D3D: FT_Open_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A45B21: FT_New_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x8A15F1C: CairoFont::create(GfxFont*, XRef*, FT_LibraryRec_*, 
int) (in /usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A162FF: CairoFontEngine::getFont(GfxFont*, XRef*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A191D9: CairoOutputDev::updateFont(GfxState*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0xE1E6B84: Gfx::opShowText(Object*, int) (in 
/usr/lib/libpoppler.so.3.0.0)
==20374== 
==20374== ERROR SUMMARY: 6 errors from 1 contexts (suppressed: 11 from 1)
==20374== malloc/free: in use at exit: 42,212,469 bytes in 70,875 blocks.
==20374== malloc/free: 526,710 allocs, 455,835 frees, 278,338,485 bytes 
allocated.
==20374== For counts of detected errors, rerun with: -v
==20374== searching for pointers to 70,875 not-freed blocks.
==20374== checked 58,694,552 bytes.
==20374== 
==20374== LEAK SUMMARY:
==20374==definitely lost: 361,827 bytes in 7,454 blocks.
==20374==  possibly lost: 333,754 bytes in 276 blocks.
==20374==still reachable: 41,516,888 bytes in 63,145 blocks.
==20374== suppressed: 0 bytes in 0 blocks.
==20374== Rerun with --leak-check=full to see details of leaked memory.
Killed

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

** Changed in: freetype (Ubuntu)
Sourcepackagename: evince => freetype

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 79620] gdm's socket in /tmp is deleted by bootclean

2007-01-16 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gdm

When the /etc/init.d/bootclean init script is enabled, it starts after
the gdm init script (due to the gdm init script starting early to get a
login screen quicker). However, when the gdm daemon starts, it creates
/tmp/.gdm_socket, which the bootclean script subsequently deletes, thus
other gdm processes and gnome processes fail to communicate with gdm.

This results in the symptoms:
 - gdm attempting to start a number of times
 - gdm consequently backing off to the older flowers theme (rather than the 
default Ubuntu one)
 - the gnome sessions lacks a shutdown, restart and suspend buttons

To fix this case, gdm should create it's socket in the correct location
in (eg) /var/run/gdm/socket, like other daemons do.

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

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-01-19 Thread Daniel J Blueman
Thanks for your help. I enabled bootclean with 'update-rc.d bootclean
defaults'; the version of the initscripts package is
'2.86.ds1-14.1ubuntu16'.

Hope this helps - let me know if you need any more information!

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-02-02 Thread Daniel J Blueman
Just to state my reasoning for thinking it is a GDM bug:

gdm creates a file in /tmp/.gdm_socket, but /tmp has the sticky bit set,
meaning that anyone else can delete other people's files, not possible
without the sticky bit set.

/var/run is used for other programs to create sockets, and according to
the Linux File Hierarchy Standard, is the correct place:

http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA

This would entirly justify the (acceptable) behaviour of the bootclean
script, run from wherever and whenever in the boot process. FHS exists
to prevent these classes of races/design bugs from occuring.

Comments/suggestions? What arguments are against having the socket in
/var/run?

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 86399] [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gnome-cups-manager

Fresh install of Fesity Herd 4.

I had previously enabled the 'browse network for printers' option in the
printer list window, and had also enabled 'share my printers'.

I had plugged in my Epson R220 USB printer, and the printer-add dialog
appeared. I selected 'Gutenprint (expert)' and the printer was added to
the CUPS printer list.

Then, I double-clicked on the new icon for my printer, and blam!

Bonus: my stacktrace is more complete, since I installed glib, gtk2 and
some gnome dbg symbol packages.

ProblemType: Crash
Date: Mon Feb 19 23:21:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-cups-manager
Package: gnome-cups-manager 0.31-3ubuntu2
ProcCmdline: gnome-cups-manager
ProcCwd: /home/daniel
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-cups-manager
StacktraceTop:
 IA__g_signal_emit_valist (instance=0x86b9c0, 
 IA__g_signal_emit (instance=0x8c1170, 
 ?? ()
 _gtk_marshal_BOOLEAN__BOXED (closure=0x673830,
Uname: Linux conroe 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 86399] Re: [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman

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

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

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

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

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

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

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

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 36581] Re: gam_server consumes lots of cpu time

2007-07-11 Thread Daniel J Blueman
Logged into the gnome desktop with my homedir mounted from NFS,
gam_server is clocking up more and more processor time, and is the 3rd
highest cpu-time user (behind firefox and Xorg).

It's storms the NFS server with file and dir stat() calls, more than ~100, 
every ~3 seconds...that's getting expensive!
I have no nautilus windows open, except (of course) the background desktop.

Let me know if you'd like any debugging. Distro is Ubuntu Feisty 7.04
and gamin is version 0.1.8-1ubuntu3 with 6 days of uptime.

A quick strace shows:

$ strace -p `pidof gam_server`
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 1000) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 0) = 0
stat("/home/daniel/.config/menus/preferences-merged", 0x7fffcf91eff0) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/menus/preferences-merged", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory)

stat("/home/daniel/Desktop", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("/home/daniel/Desktop", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 58 entries */, 32768) = 1960
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/Desktop/diff", {st_mode=S_IFREG|0664, st_size=107008, ...}) 
= 0

stat("/home/daniel", {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
open("/home/daniel", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 107 entries */, 32768) = 3688
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/.metacity", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/daniel/.profile", {st_mode=S_IFREG|0664, st_size=850, ...}) = 0


-- 
gam_server consumes lots of cpu time
https://bugs.launchpad.net/bugs/36581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 410510] Re: rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()

2009-08-19 Thread Daniel J Blueman
Another test case to use (which caused me to hit this bug) is when eg
firefox opened rhythmbox with:

http://www.sky.fm/mp3/urbanjamz.pls

-- 
rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()
https://bugs.launchpad.net/bugs/410510
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 243349] Re: gedit crashed with SIGSEGV in gtk_tree_model_get_iter()

2008-06-26 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15632324/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15632326/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15632329/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15632330/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15632331/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 243559] Re: evince crashed with SIGSEGV in FT_List_Find()

2008-06-27 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15645713/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15645715/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15645718/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15645719/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15645720/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 258779] Re: nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()

2008-08-17 Thread Daniel J Blueman
** Visibility changed to: Public

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

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


[Bug 255511] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()

2008-08-17 Thread Daniel J Blueman
I had this crash with same stacktrace top when plugging in my (gen 3)
iPod shuffle.

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/255511
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 260904] Re: evince crashed with SIGSEGV in read_markers()

2008-08-24 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17048643/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17048645/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17048648/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17048649/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17048650/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-08-25 Thread Daniel J Blueman
I hit this bug again, and I would say it represents a major usability
problem for VLC, itself a prime desktop app.

VLC does a 'dumb' substitution of the '+' symbol with space in the
source, which breaks URL parsing; I expect this was added as a hack
previously, when apps didn't use '%20' to represent the space in an RFC-
compliant manner.

Fix is thus:

--- src/input/input.c~  2008-08-25 12:37:44.943073369 +0100
+++ src/input/input.c   2008-08-25 12:37:44.948073326 +0100
@@ -2420,11 +2420,6 @@
 
 *psz++ = strtol( val, NULL, 16 );
 }
-else if( *p == '+' )
-{
-*psz++ = ' ';
-p++;
-}
 else
 {
 *psz++ = *p++;


** Attachment added: "Fix"
   http://launchpadlibrarian.net/17059277/vlc.patch

** Changed in: vlc (Ubuntu)
Sourcepackagename: meta-gnome2 => vlc
   Status: Incomplete => In Progress

-- 
VLC does not open files with Plus-signs in name
https://bugs.launchpad.net/bugs/215784
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17215511/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17215513/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17215516/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17215517/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17215518/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

We get the same crash signature for both PDFs, but alas I can't find
libfreetype-dbg packages, so have to rely on apport-retrace:

$ valgrind --trace-children=yes evince fx570MS_991MS_I.pdf
==20374== Memcheck, a memory error detector.
==20374== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==20374== Using LibVEX rev 1854, a library for dynamic binary translation.
==20374== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==20374== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==20374== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==20374== For more details, rerun with: -v
==20374== 
==20374== Syscall param write(buf) points to uninitialised byte(s)
==20374==at 0xBA47E90: __write_nocancel (in 
/usr/lib/debug/libpthread-2.8.90.so)
==20374==by 0x60C8EFE: _IceTransSocketWrite (Xtranssock.c:2171)
==20374==by 0x60CC787: _IceWrite (misc.c:369)
==20374==by 0x60CC863: IceFlush (misc.c:82)
==20374==by 0x5C49DFB: client_set_string (gnome-client.c:264)
==20374==by 0x5C4BBC2: gnome_real_client_connect (gnome-client.c:2442)
==20374==by 0xB33628C: g_closure_invoke (gclosure.c:767)
==20374==by 0xB34C91D: signal_emit_unlocked_R (gsignal.c:3174)
==20374==by 0xB34E718: g_signal_emit_valist (gsignal.c:2977)
==20374==by 0xB34EC82: g_signal_emit (gsignal.c:3034)
==20374==by 0x5C4B92E: gnome_client_connect (gnome-client.c:1627)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==  Address 0x10b3343c is 12 bytes inside a block of size 1,024 alloc'd
==20374==at 0x4C24384: calloc (vg_replace_malloc.c:397)
==20374==by 0x60C5373: IceOpenConnection (connect.c:211)
==20374==by 0x5EB8CB0: SmcOpenConnection (sm_client.c:135)
==20374==by 0x5C4B8AC: gnome_client_connect (gnome-client.c:1595)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==by 0x69F6DBD: gnome_program_postinit (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F718A: (within /usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F740C: gnome_program_initv (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F7503: gnome_program_init (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x44B5CC: main (main.c:346)
==20374== 
==20374== Process terminating with default action of signal 8 (SIGFPE)
==20374==  Integer divide by zero at address 0x40940F1C3
==20374==at 0x9A5DED1: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E02F: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E2AA: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6259C: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6298D: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A428AF: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A44D3D: FT_Open_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A45B21: FT_New_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x8A15F1C: CairoFont::create(GfxFont*, XRef*, FT_LibraryRec_*, 
int) (in /usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A162FF: CairoFontEngine::getFont(GfxFont*, XRef*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A191D9: CairoOutputDev::updateFont(GfxState*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0xE1E6B84: Gfx::opShowText(Object*, int) (in 
/usr/lib/libpoppler.so.3.0.0)
==20374== 
==20374== ERROR SUMMARY: 6 errors from 1 contexts (suppressed: 11 from 1)
==20374== malloc/free: in use at exit: 42,212,469 bytes in 70,875 blocks.
==20374== malloc/free: 526,710 allocs, 455,835 frees, 278,338,485 bytes 
allocated.
==20374== For counts of detected errors, rerun with: -v
==20374== searching for pointers to 70,875 not-freed blocks.
==20374== checked 58,694,552 bytes.
==20374== 
==20374== LEAK SUMMARY:
==20374==definitely lost: 361,827 bytes in 7,454 blocks.
==20374==  possibly lost: 333,754 bytes in 276 blocks.
==20374==still reachable: 41,516,888 bytes in 63,145 blocks.
==20374== suppressed: 0 bytes in 0 blocks.
==20374== Rerun with --leak-check=full to see details of leaked memory.
Killed

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

** Changed in: freetype (Ubuntu)
Sourcepackagename: evince => freetype

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 36581] Re: gam_server consumes lots of cpu time

2007-07-11 Thread Daniel J Blueman
Logged into the gnome desktop with my homedir mounted from NFS,
gam_server is clocking up more and more processor time, and is the 3rd
highest cpu-time user (behind firefox and Xorg).

It's storms the NFS server with file and dir stat() calls, more than ~100, 
every ~3 seconds...that's getting expensive!
I have no nautilus windows open, except (of course) the background desktop.

Let me know if you'd like any debugging. Distro is Ubuntu Feisty 7.04
and gamin is version 0.1.8-1ubuntu3 with 6 days of uptime.

A quick strace shows:

$ strace -p `pidof gam_server`
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 1000) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 0) = 0
stat("/home/daniel/.config/menus/preferences-merged", 0x7fffcf91eff0) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/menus/preferences-merged", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory)

stat("/home/daniel/Desktop", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("/home/daniel/Desktop", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 58 entries */, 32768) = 1960
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/Desktop/diff", {st_mode=S_IFREG|0664, st_size=107008, ...}) 
= 0

stat("/home/daniel", {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
open("/home/daniel", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 107 entries */, 32768) = 3688
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/.metacity", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/daniel/.profile", {st_mode=S_IFREG|0664, st_size=850, ...}) = 0


-- 
gam_server consumes lots of cpu time
https://bugs.launchpad.net/bugs/36581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 127925] Re: notification-daemon crashed with SIGSEGV in move_notification()

2007-07-27 Thread Daniel J Blueman
notification-daemon got hit by SIGSEGV while I was using rhythmbox on an
x86-64:

 #0  0x2b12bc47f2ff in ?? ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #1  0x2b12bc47f6e2 in move_notification ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #2  0x00403c7f in ?? ()
 #3  0x00404d35 in ?? ()
 #4  0x2b12b5d69144 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #5  0x2b12b5f97119 in ?? () from /usr/lib/libdbus-1.so.3
 #6  0x2b12b5f8a9bb in dbus_connection_dispatch ()
from /usr/lib/libdbus-1.so.3
 #7  0x2b12b5d65f75 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #8  0x2b12b78940a3 in g_main_context_dispatch () 
from /usr/lib/libglib-2.0.so.0
 #9  0x2b12b78973ad in ?? () from /usr/lib/libglib-2.0.so.0   
 #10 0x2b12b78976ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0x2b12b6799983 in IA__gtk_main ()
 at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c:1144
tmp_list = (GList *) 0x63cb98
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x623990
loop = (GMainLoop *) 0x63e4d0
 #12 0x00404a3a in ?? () 
 #13 0x2b12b7d65b24 in XHXX$X () from /lib/libc.so.6
 #14 0x00403209 in ?? ()
 #15 0x74f699b8 in ?? ()
 #16 0x in ?? ()

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

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


[Bug 79620] gdm's socket in /tmp is deleted by bootclean

2007-01-16 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gdm

When the /etc/init.d/bootclean init script is enabled, it starts after
the gdm init script (due to the gdm init script starting early to get a
login screen quicker). However, when the gdm daemon starts, it creates
/tmp/.gdm_socket, which the bootclean script subsequently deletes, thus
other gdm processes and gnome processes fail to communicate with gdm.

This results in the symptoms:
 - gdm attempting to start a number of times
 - gdm consequently backing off to the older flowers theme (rather than the 
default Ubuntu one)
 - the gnome sessions lacks a shutdown, restart and suspend buttons

To fix this case, gdm should create it's socket in the correct location
in (eg) /var/run/gdm/socket, like other daemons do.

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

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-01-19 Thread Daniel J Blueman
Thanks for your help. I enabled bootclean with 'update-rc.d bootclean
defaults'; the version of the initscripts package is
'2.86.ds1-14.1ubuntu16'.

Hope this helps - let me know if you need any more information!

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-02-02 Thread Daniel J Blueman
Just to state my reasoning for thinking it is a GDM bug:

gdm creates a file in /tmp/.gdm_socket, but /tmp has the sticky bit set,
meaning that anyone else can delete other people's files, not possible
without the sticky bit set.

/var/run is used for other programs to create sockets, and according to
the Linux File Hierarchy Standard, is the correct place:

http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA

This would entirly justify the (acceptable) behaviour of the bootclean
script, run from wherever and whenever in the boot process. FHS exists
to prevent these classes of races/design bugs from occuring.

Comments/suggestions? What arguments are against having the socket in
/var/run?

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 86399] [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gnome-cups-manager

Fresh install of Fesity Herd 4.

I had previously enabled the 'browse network for printers' option in the
printer list window, and had also enabled 'share my printers'.

I had plugged in my Epson R220 USB printer, and the printer-add dialog
appeared. I selected 'Gutenprint (expert)' and the printer was added to
the CUPS printer list.

Then, I double-clicked on the new icon for my printer, and blam!

Bonus: my stacktrace is more complete, since I installed glib, gtk2 and
some gnome dbg symbol packages.

ProblemType: Crash
Date: Mon Feb 19 23:21:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-cups-manager
Package: gnome-cups-manager 0.31-3ubuntu2
ProcCmdline: gnome-cups-manager
ProcCwd: /home/daniel
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-cups-manager
StacktraceTop:
 IA__g_signal_emit_valist (instance=0x86b9c0, 
 IA__g_signal_emit (instance=0x8c1170, 
 ?? ()
 _gtk_marshal_BOOLEAN__BOXED (closure=0x673830,
Uname: Linux conroe 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 86399] Re: [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman

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

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

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

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

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

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

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

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 243349] Re: gedit crashed with SIGSEGV in gtk_tree_model_get_iter()

2008-06-26 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15632324/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15632326/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15632329/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15632330/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15632331/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 243559] Re: evince crashed with SIGSEGV in FT_List_Find()

2008-06-27 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15645713/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15645715/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15645718/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15645719/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15645720/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 258779] Re: nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()

2008-08-17 Thread Daniel J Blueman
** Visibility changed to: Public

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

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


[Bug 255511] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()

2008-08-17 Thread Daniel J Blueman
I had this crash with same stacktrace top when plugging in my (gen 3)
iPod shuffle.

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/255511
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 260904] Re: evince crashed with SIGSEGV in read_markers()

2008-08-24 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17048643/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17048645/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17048648/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17048649/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17048650/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-08-25 Thread Daniel J Blueman
I hit this bug again, and I would say it represents a major usability
problem for VLC, itself a prime desktop app.

VLC does a 'dumb' substitution of the '+' symbol with space in the
source, which breaks URL parsing; I expect this was added as a hack
previously, when apps didn't use '%20' to represent the space in an RFC-
compliant manner.

Fix is thus:

--- src/input/input.c~  2008-08-25 12:37:44.943073369 +0100
+++ src/input/input.c   2008-08-25 12:37:44.948073326 +0100
@@ -2420,11 +2420,6 @@
 
 *psz++ = strtol( val, NULL, 16 );
 }
-else if( *p == '+' )
-{
-*psz++ = ' ';
-p++;
-}
 else
 {
 *psz++ = *p++;


** Attachment added: "Fix"
   http://launchpadlibrarian.net/17059277/vlc.patch

** Changed in: vlc (Ubuntu)
Sourcepackagename: meta-gnome2 => vlc
   Status: Incomplete => In Progress

-- 
VLC does not open files with Plus-signs in name
https://bugs.launchpad.net/bugs/215784
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17215511/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17215513/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17215516/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17215517/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17215518/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

We get the same crash signature for both PDFs, but alas I can't find
libfreetype-dbg packages, so have to rely on apport-retrace:

$ valgrind --trace-children=yes evince fx570MS_991MS_I.pdf
==20374== Memcheck, a memory error detector.
==20374== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==20374== Using LibVEX rev 1854, a library for dynamic binary translation.
==20374== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==20374== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==20374== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==20374== For more details, rerun with: -v
==20374== 
==20374== Syscall param write(buf) points to uninitialised byte(s)
==20374==at 0xBA47E90: __write_nocancel (in 
/usr/lib/debug/libpthread-2.8.90.so)
==20374==by 0x60C8EFE: _IceTransSocketWrite (Xtranssock.c:2171)
==20374==by 0x60CC787: _IceWrite (misc.c:369)
==20374==by 0x60CC863: IceFlush (misc.c:82)
==20374==by 0x5C49DFB: client_set_string (gnome-client.c:264)
==20374==by 0x5C4BBC2: gnome_real_client_connect (gnome-client.c:2442)
==20374==by 0xB33628C: g_closure_invoke (gclosure.c:767)
==20374==by 0xB34C91D: signal_emit_unlocked_R (gsignal.c:3174)
==20374==by 0xB34E718: g_signal_emit_valist (gsignal.c:2977)
==20374==by 0xB34EC82: g_signal_emit (gsignal.c:3034)
==20374==by 0x5C4B92E: gnome_client_connect (gnome-client.c:1627)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==  Address 0x10b3343c is 12 bytes inside a block of size 1,024 alloc'd
==20374==at 0x4C24384: calloc (vg_replace_malloc.c:397)
==20374==by 0x60C5373: IceOpenConnection (connect.c:211)
==20374==by 0x5EB8CB0: SmcOpenConnection (sm_client.c:135)
==20374==by 0x5C4B8AC: gnome_client_connect (gnome-client.c:1595)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==by 0x69F6DBD: gnome_program_postinit (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F718A: (within /usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F740C: gnome_program_initv (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F7503: gnome_program_init (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x44B5CC: main (main.c:346)
==20374== 
==20374== Process terminating with default action of signal 8 (SIGFPE)
==20374==  Integer divide by zero at address 0x40940F1C3
==20374==at 0x9A5DED1: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E02F: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E2AA: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6259C: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6298D: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A428AF: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A44D3D: FT_Open_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A45B21: FT_New_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x8A15F1C: CairoFont::create(GfxFont*, XRef*, FT_LibraryRec_*, 
int) (in /usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A162FF: CairoFontEngine::getFont(GfxFont*, XRef*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A191D9: CairoOutputDev::updateFont(GfxState*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0xE1E6B84: Gfx::opShowText(Object*, int) (in 
/usr/lib/libpoppler.so.3.0.0)
==20374== 
==20374== ERROR SUMMARY: 6 errors from 1 contexts (suppressed: 11 from 1)
==20374== malloc/free: in use at exit: 42,212,469 bytes in 70,875 blocks.
==20374== malloc/free: 526,710 allocs, 455,835 frees, 278,338,485 bytes 
allocated.
==20374== For counts of detected errors, rerun with: -v
==20374== searching for pointers to 70,875 not-freed blocks.
==20374== checked 58,694,552 bytes.
==20374== 
==20374== LEAK SUMMARY:
==20374==definitely lost: 361,827 bytes in 7,454 blocks.
==20374==  possibly lost: 333,754 bytes in 276 blocks.
==20374==still reachable: 41,516,888 bytes in 63,145 blocks.
==20374== suppressed: 0 bytes in 0 blocks.
==20374== Rerun with --leak-check=full to see details of leaked memory.
Killed

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

** Changed in: freetype (Ubuntu)
Sourcepackagename: evince => freetype

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 36581] Re: gam_server consumes lots of cpu time

2007-07-11 Thread Daniel J Blueman
Logged into the gnome desktop with my homedir mounted from NFS,
gam_server is clocking up more and more processor time, and is the 3rd
highest cpu-time user (behind firefox and Xorg).

It's storms the NFS server with file and dir stat() calls, more than ~100, 
every ~3 seconds...that's getting expensive!
I have no nautilus windows open, except (of course) the background desktop.

Let me know if you'd like any debugging. Distro is Ubuntu Feisty 7.04
and gamin is version 0.1.8-1ubuntu3 with 6 days of uptime.

A quick strace shows:

$ strace -p `pidof gam_server`
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 1000) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 0) = 0
stat("/home/daniel/.config/menus/preferences-merged", 0x7fffcf91eff0) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/menus/preferences-merged", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory)

stat("/home/daniel/Desktop", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("/home/daniel/Desktop", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 58 entries */, 32768) = 1960
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/Desktop/diff", {st_mode=S_IFREG|0664, st_size=107008, ...}) 
= 0

stat("/home/daniel", {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
open("/home/daniel", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 107 entries */, 32768) = 3688
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/.metacity", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/daniel/.profile", {st_mode=S_IFREG|0664, st_size=850, ...}) = 0


-- 
gam_server consumes lots of cpu time
https://bugs.launchpad.net/bugs/36581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 127925] Re: notification-daemon crashed with SIGSEGV in move_notification()

2007-07-27 Thread Daniel J Blueman
notification-daemon got hit by SIGSEGV while I was using rhythmbox on an
x86-64:

 #0  0x2b12bc47f2ff in ?? ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #1  0x2b12bc47f6e2 in move_notification ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #2  0x00403c7f in ?? ()
 #3  0x00404d35 in ?? ()
 #4  0x2b12b5d69144 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #5  0x2b12b5f97119 in ?? () from /usr/lib/libdbus-1.so.3
 #6  0x2b12b5f8a9bb in dbus_connection_dispatch ()
from /usr/lib/libdbus-1.so.3
 #7  0x2b12b5d65f75 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #8  0x2b12b78940a3 in g_main_context_dispatch () 
from /usr/lib/libglib-2.0.so.0
 #9  0x2b12b78973ad in ?? () from /usr/lib/libglib-2.0.so.0   
 #10 0x2b12b78976ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0x2b12b6799983 in IA__gtk_main ()
 at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c:1144
tmp_list = (GList *) 0x63cb98
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x623990
loop = (GMainLoop *) 0x63e4d0
 #12 0x00404a3a in ?? () 
 #13 0x2b12b7d65b24 in XHXX$X () from /lib/libc.so.6
 #14 0x00403209 in ?? ()
 #15 0x74f699b8 in ?? ()
 #16 0x in ?? ()

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

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


[Bug 410510] Re: rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()

2009-08-19 Thread Daniel J Blueman
Another test case to use (which caused me to hit this bug) is when eg
firefox opened rhythmbox with:

http://www.sky.fm/mp3/urbanjamz.pls

-- 
rhythmbox crashed with SIGSEGV in rb_shell_guess_source_for_uri()
https://bugs.launchpad.net/bugs/410510
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 79620] gdm's socket in /tmp is deleted by bootclean

2007-01-16 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gdm

When the /etc/init.d/bootclean init script is enabled, it starts after
the gdm init script (due to the gdm init script starting early to get a
login screen quicker). However, when the gdm daemon starts, it creates
/tmp/.gdm_socket, which the bootclean script subsequently deletes, thus
other gdm processes and gnome processes fail to communicate with gdm.

This results in the symptoms:
 - gdm attempting to start a number of times
 - gdm consequently backing off to the older flowers theme (rather than the 
default Ubuntu one)
 - the gnome sessions lacks a shutdown, restart and suspend buttons

To fix this case, gdm should create it's socket in the correct location
in (eg) /var/run/gdm/socket, like other daemons do.

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

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-01-19 Thread Daniel J Blueman
Thanks for your help. I enabled bootclean with 'update-rc.d bootclean
defaults'; the version of the initscripts package is
'2.86.ds1-14.1ubuntu16'.

Hope this helps - let me know if you need any more information!

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-02-02 Thread Daniel J Blueman
Just to state my reasoning for thinking it is a GDM bug:

gdm creates a file in /tmp/.gdm_socket, but /tmp has the sticky bit set,
meaning that anyone else can delete other people's files, not possible
without the sticky bit set.

/var/run is used for other programs to create sockets, and according to
the Linux File Hierarchy Standard, is the correct place:

http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA

This would entirly justify the (acceptable) behaviour of the bootclean
script, run from wherever and whenever in the boot process. FHS exists
to prevent these classes of races/design bugs from occuring.

Comments/suggestions? What arguments are against having the socket in
/var/run?

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 86399] [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gnome-cups-manager

Fresh install of Fesity Herd 4.

I had previously enabled the 'browse network for printers' option in the
printer list window, and had also enabled 'share my printers'.

I had plugged in my Epson R220 USB printer, and the printer-add dialog
appeared. I selected 'Gutenprint (expert)' and the printer was added to
the CUPS printer list.

Then, I double-clicked on the new icon for my printer, and blam!

Bonus: my stacktrace is more complete, since I installed glib, gtk2 and
some gnome dbg symbol packages.

ProblemType: Crash
Date: Mon Feb 19 23:21:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-cups-manager
Package: gnome-cups-manager 0.31-3ubuntu2
ProcCmdline: gnome-cups-manager
ProcCwd: /home/daniel
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-cups-manager
StacktraceTop:
 IA__g_signal_emit_valist (instance=0x86b9c0, 
 IA__g_signal_emit (instance=0x8c1170, 
 ?? ()
 _gtk_marshal_BOOLEAN__BOXED (closure=0x673830,
Uname: Linux conroe 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 86399] Re: [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman

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

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

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

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

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

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

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

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 36581] Re: gam_server consumes lots of cpu time

2007-07-11 Thread Daniel J Blueman
Logged into the gnome desktop with my homedir mounted from NFS,
gam_server is clocking up more and more processor time, and is the 3rd
highest cpu-time user (behind firefox and Xorg).

It's storms the NFS server with file and dir stat() calls, more than ~100, 
every ~3 seconds...that's getting expensive!
I have no nautilus windows open, except (of course) the background desktop.

Let me know if you'd like any debugging. Distro is Ubuntu Feisty 7.04
and gamin is version 0.1.8-1ubuntu3 with 6 days of uptime.

A quick strace shows:

$ strace -p `pidof gam_server`
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 1000) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, 
events=POLLIN}, {fd=10, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, 
events=POLLIN}, {fd=13, events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=4, events=POLLIN}, {fd=14, events=POLLIN}], 12, 0) = 0
stat("/home/daniel/.config/menus/preferences-merged", 0x7fffcf91eff0) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/menus/preferences-merged", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory)

stat("/home/daniel/Desktop", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("/home/daniel/Desktop", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 58 entries */, 32768) = 1960
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/Desktop/diff", {st_mode=S_IFREG|0664, st_size=107008, ...}) 
= 0

stat("/home/daniel", {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
open("/home/daniel", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=229376, ...}) = 0
fcntl(15, F_SETFD, FD_CLOEXEC)  = 0
getdents64(15, /* 107 entries */, 32768) = 3688
getdents64(15, /* 0 entries */, 32768)  = 0
close(15)   = 0
stat("/home/daniel/.metacity", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/daniel/.profile", {st_mode=S_IFREG|0664, st_size=850, ...}) = 0


-- 
gam_server consumes lots of cpu time
https://bugs.launchpad.net/bugs/36581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 127925] Re: notification-daemon crashed with SIGSEGV in move_notification()

2007-07-27 Thread Daniel J Blueman
notification-daemon got hit by SIGSEGV while I was using rhythmbox on an
x86-64:

 #0  0x2b12bc47f2ff in ?? ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #1  0x2b12bc47f6e2 in move_notification ()
from /usr/lib/notification-daemon-1.0/engines/libubuntu.so
 #2  0x00403c7f in ?? ()
 #3  0x00404d35 in ?? ()
 #4  0x2b12b5d69144 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #5  0x2b12b5f97119 in ?? () from /usr/lib/libdbus-1.so.3
 #6  0x2b12b5f8a9bb in dbus_connection_dispatch ()
from /usr/lib/libdbus-1.so.3
 #7  0x2b12b5d65f75 in ?? () from /usr/lib/libdbus-glib-1.so.2
 #8  0x2b12b78940a3 in g_main_context_dispatch () 
from /usr/lib/libglib-2.0.so.0
 #9  0x2b12b78973ad in ?? () from /usr/lib/libglib-2.0.so.0   
 #10 0x2b12b78976ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0x2b12b6799983 in IA__gtk_main ()
 at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c:1144
tmp_list = (GList *) 0x63cb98
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x623990
loop = (GMainLoop *) 0x63e4d0
 #12 0x00404a3a in ?? () 
 #13 0x2b12b7d65b24 in XHXX$X () from /lib/libc.so.6
 #14 0x00403209 in ?? ()
 #15 0x74f699b8 in ?? ()
 #16 0x in ?? ()

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

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


[Bug 79620] gdm's socket in /tmp is deleted by bootclean

2007-01-16 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gdm

When the /etc/init.d/bootclean init script is enabled, it starts after
the gdm init script (due to the gdm init script starting early to get a
login screen quicker). However, when the gdm daemon starts, it creates
/tmp/.gdm_socket, which the bootclean script subsequently deletes, thus
other gdm processes and gnome processes fail to communicate with gdm.

This results in the symptoms:
 - gdm attempting to start a number of times
 - gdm consequently backing off to the older flowers theme (rather than the 
default Ubuntu one)
 - the gnome sessions lacks a shutdown, restart and suspend buttons

To fix this case, gdm should create it's socket in the correct location
in (eg) /var/run/gdm/socket, like other daemons do.

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

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-01-19 Thread Daniel J Blueman
Thanks for your help. I enabled bootclean with 'update-rc.d bootclean
defaults'; the version of the initscripts package is
'2.86.ds1-14.1ubuntu16'.

Hope this helps - let me know if you need any more information!

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 79620] Re: gdm's socket in /tmp is deleted by bootclean

2007-02-02 Thread Daniel J Blueman
Just to state my reasoning for thinking it is a GDM bug:

gdm creates a file in /tmp/.gdm_socket, but /tmp has the sticky bit set,
meaning that anyone else can delete other people's files, not possible
without the sticky bit set.

/var/run is used for other programs to create sockets, and according to
the Linux File Hierarchy Standard, is the correct place:

http://www.pathname.com/fhs/pub/fhs-2.3.html#VARRUNRUNTIMEVARIABLEDATA

This would entirly justify the (acceptable) behaviour of the bootclean
script, run from wherever and whenever in the boot process. FHS exists
to prevent these classes of races/design bugs from occuring.

Comments/suggestions? What arguments are against having the socket in
/var/run?

-- 
gdm's socket in /tmp is deleted by bootclean
https://launchpad.net/bugs/79620

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


[Bug 86399] [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman
Public bug reported:

Binary package hint: gnome-cups-manager

Fresh install of Fesity Herd 4.

I had previously enabled the 'browse network for printers' option in the
printer list window, and had also enabled 'share my printers'.

I had plugged in my Epson R220 USB printer, and the printer-add dialog
appeared. I selected 'Gutenprint (expert)' and the printer was added to
the CUPS printer list.

Then, I double-clicked on the new icon for my printer, and blam!

Bonus: my stacktrace is more complete, since I installed glib, gtk2 and
some gnome dbg symbol packages.

ProblemType: Crash
Date: Mon Feb 19 23:21:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-cups-manager
Package: gnome-cups-manager 0.31-3ubuntu2
ProcCmdline: gnome-cups-manager
ProcCwd: /home/daniel
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-cups-manager
StacktraceTop:
 IA__g_signal_emit_valist (instance=0x86b9c0, 
 IA__g_signal_emit (instance=0x8c1170, 
 ?? ()
 _gtk_marshal_BOOLEAN__BOXED (closure=0x673830,
Uname: Linux conroe 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 86399] Re: [apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()

2007-02-19 Thread Daniel J Blueman

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

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

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

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

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

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

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

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

-- 
[apport] gnome-cups-manager crashed with SIGSEGV in IA__g_signal_emit_valist()
https://launchpad.net/bugs/86399

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


[Bug 243349] Re: gedit crashed with SIGSEGV in gtk_tree_model_get_iter()

2008-06-26 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15632324/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15632326/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15632329/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15632330/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15632331/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 243559] Re: evince crashed with SIGSEGV in FT_List_Find()

2008-06-27 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/15645713/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/15645715/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/15645718/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/15645719/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/15645720/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 258779] Re: nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()

2008-08-17 Thread Daniel J Blueman
** Visibility changed to: Public

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

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


[Bug 255511] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()

2008-08-17 Thread Daniel J Blueman
I had this crash with same stacktrace top when plugging in my (gen 3)
iPod shuffle.

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/255511
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 260904] Re: evince crashed with SIGSEGV in read_markers()

2008-08-24 Thread Daniel J Blueman

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17048643/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17048645/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17048648/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17048649/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17048650/ThreadStacktrace.txt

** Visibility changed to: Public

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

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


[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-08-25 Thread Daniel J Blueman
I hit this bug again, and I would say it represents a major usability
problem for VLC, itself a prime desktop app.

VLC does a 'dumb' substitution of the '+' symbol with space in the
source, which breaks URL parsing; I expect this was added as a hack
previously, when apps didn't use '%20' to represent the space in an RFC-
compliant manner.

Fix is thus:

--- src/input/input.c~  2008-08-25 12:37:44.943073369 +0100
+++ src/input/input.c   2008-08-25 12:37:44.948073326 +0100
@@ -2420,11 +2420,6 @@
 
 *psz++ = strtol( val, NULL, 16 );
 }
-else if( *p == '+' )
-{
-*psz++ = ' ';
-p++;
-}
 else
 {
 *psz++ = *p++;


** Attachment added: "Fix"
   http://launchpadlibrarian.net/17059277/vlc.patch

** Changed in: vlc (Ubuntu)
Sourcepackagename: meta-gnome2 => vlc
   Status: Incomplete => In Progress

-- 
VLC does not open files with Plus-signs in name
https://bugs.launchpad.net/bugs/215784
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/17215511/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/17215513/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/17215516/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/17215517/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/17215518/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 263742] Re: evince crashed with SIGFPE

2008-09-01 Thread Daniel J Blueman
*** This bug is a duplicate of bug 263352 ***
https://bugs.launchpad.net/bugs/263352

We get the same crash signature for both PDFs, but alas I can't find
libfreetype-dbg packages, so have to rely on apport-retrace:

$ valgrind --trace-children=yes evince fx570MS_991MS_I.pdf
==20374== Memcheck, a memory error detector.
==20374== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==20374== Using LibVEX rev 1854, a library for dynamic binary translation.
==20374== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==20374== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==20374== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==20374== For more details, rerun with: -v
==20374== 
==20374== Syscall param write(buf) points to uninitialised byte(s)
==20374==at 0xBA47E90: __write_nocancel (in 
/usr/lib/debug/libpthread-2.8.90.so)
==20374==by 0x60C8EFE: _IceTransSocketWrite (Xtranssock.c:2171)
==20374==by 0x60CC787: _IceWrite (misc.c:369)
==20374==by 0x60CC863: IceFlush (misc.c:82)
==20374==by 0x5C49DFB: client_set_string (gnome-client.c:264)
==20374==by 0x5C4BBC2: gnome_real_client_connect (gnome-client.c:2442)
==20374==by 0xB33628C: g_closure_invoke (gclosure.c:767)
==20374==by 0xB34C91D: signal_emit_unlocked_R (gsignal.c:3174)
==20374==by 0xB34E718: g_signal_emit_valist (gsignal.c:2977)
==20374==by 0xB34EC82: g_signal_emit (gsignal.c:3034)
==20374==by 0x5C4B92E: gnome_client_connect (gnome-client.c:1627)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==  Address 0x10b3343c is 12 bytes inside a block of size 1,024 alloc'd
==20374==at 0x4C24384: calloc (vg_replace_malloc.c:397)
==20374==by 0x60C5373: IceOpenConnection (connect.c:211)
==20374==by 0x5EB8CB0: SmcOpenConnection (sm_client.c:135)
==20374==by 0x5C4B8AC: gnome_client_connect (gnome-client.c:1595)
==20374==by 0x5C4CC8E: gnome_client_post_args_parse (gnome-client.c:1210)
==20374==by 0x69F6DBD: gnome_program_postinit (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F718A: (within /usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F740C: gnome_program_initv (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x69F7503: gnome_program_init (in 
/usr/lib/libgnome-2.so.0.2303.2)
==20374==by 0x44B5CC: main (main.c:346)
==20374== 
==20374== Process terminating with default action of signal 8 (SIGFPE)
==20374==  Integer divide by zero at address 0x40940F1C3
==20374==at 0x9A5DED1: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E02F: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A5E2AA: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6259C: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A6298D: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A428AF: (within /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A44D3D: FT_Open_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x9A45B21: FT_New_Face (in /usr/lib/libfreetype.so.6.3.18)
==20374==by 0x8A15F1C: CairoFont::create(GfxFont*, XRef*, FT_LibraryRec_*, 
int) (in /usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A162FF: CairoFontEngine::getFont(GfxFont*, XRef*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0x8A191D9: CairoOutputDev::updateFont(GfxState*) (in 
/usr/lib/libpoppler-glib.so.3.0.0)
==20374==by 0xE1E6B84: Gfx::opShowText(Object*, int) (in 
/usr/lib/libpoppler.so.3.0.0)
==20374== 
==20374== ERROR SUMMARY: 6 errors from 1 contexts (suppressed: 11 from 1)
==20374== malloc/free: in use at exit: 42,212,469 bytes in 70,875 blocks.
==20374== malloc/free: 526,710 allocs, 455,835 frees, 278,338,485 bytes 
allocated.
==20374== For counts of detected errors, rerun with: -v
==20374== searching for pointers to 70,875 not-freed blocks.
==20374== checked 58,694,552 bytes.
==20374== 
==20374== LEAK SUMMARY:
==20374==definitely lost: 361,827 bytes in 7,454 blocks.
==20374==  possibly lost: 333,754 bytes in 276 blocks.
==20374==still reachable: 41,516,888 bytes in 63,145 blocks.
==20374== suppressed: 0 bytes in 0 blocks.
==20374== Rerun with --leak-check=full to see details of leaked memory.
Killed

-- 
evince crashed with SIGFPE
https://bugs.launchpad.net/bugs/263742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


  1   2   >