[WBEL-users] mozilla segfaults after yum updat

Kirby Bohling kbohling@birddog.com
Tue, 22 Jun 2004 10:17:07 -0500


On Tue, Jun 22, 2004 at 11:36:18AM +0200, Mathieu LUBRANO wrote:
> Hi all,
> 
> I've done a respin1 full install, mozilla was running fine.
> 
> I've just run yum check-update ; yum update plus reboot and now mozilla 
> segfault :(

I had problems recently on one machine I did an yum update one.  My
mozilla started acting goofy, and wouldn't start.  The window
wouldn't start, the KDE menu bar showed the window, but it wouldn't
open.  Eventually, I got an alert window, that didn't render (it was
just a grey box.  Then Mozilla would die.  I didn't take the time
in order to track it down.  

yum erase mozilla
yum update mozilla

That solved my problem.  I think I also uninstalled a plugin or two,
and re-installed those.  However, I think that was just
happenstance.

	Kirby

> 
> strace mozilla
> <...>
> clone(child_stack=0x42203b08, 
> flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID|CLONE_DETACHED, 
> parent_tidptr=0x42203bf8, {entry_number:0, base_addr:0x42203bb0, 
> limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, 
> limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0x42203bf8) 
> = 1851
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> 
> It seems to die on a clone (fork ?)... 
> 
> Does someone know the solution ?
> 
> Bye,
> Mat.