After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 76179 - nautilus crash on login
nautilus crash on login
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other Linux
: Urgent critical
: 1.1.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 76254 77211 77235 78184 78909 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-03-25 02:10 UTC by Heath Harrelson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Heath Harrelson 2002-03-25 02:12:42 UTC
Package: nautilus
Severity: normal
Version: 1.1.10
Synopsis: nautilus crash on login
Bugzilla-Product: nautilus
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (1.113.0)

Description:
Description of Problem:
Nautilus crash at login.

Steps to reproduce the problem:
1. just log in
2. 
3. 

Actual Results:
nautilus crashes

Expected Results:
nautilus draws my desktop, and all is right with the world.

How often does this happen?
Every time.  This is getting old.

Additional Information:
Ximian snaps from 3/24/02.



Debugging Information:

Backtrace was generated from '/usr/bin/nautilus'

[New Thread 1024 (LWP 2353)]
[New Thread 2049 (LWP 2359)]
[New Thread 1026 (LWP 2360)]
[New Thread 2051 (LWP 2361)]
0x4094de29 in __wait4 () from /lib/libc.so.6
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 593
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 g_logv
    at gmessages.c line 560
  • #7 g_log
    at gmessages.c line 583
  • #8 g_malloc
    at gmem.c line 141
  • #9 bilinear_make_fast_weights
    at pixops.c line 1202
  • #10 pixops_scale
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-03-24 21:12 -------

Unknown version 1.1.x in product nautilus. Setting version to the default, "unspecified".
Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.

Comment 1 Heath Harrelson 2002-03-25 02:58:00 UTC
Updating OS & OS details.
Comment 2 John Fleck 2002-03-25 14:49:46 UTC
*** Bug 76254 has been marked as a duplicate of this bug. ***
Comment 3 Heath Harrelson 2002-03-25 20:29:00 UTC
I got these crashes immediately after upgrading via Red Carpet, and
they stopped after rebooting the system.
Comment 4 Luis Villa 2002-03-30 20:27:23 UTC
Sorry this took so long to get to, Heath... hopefully I'll be cc'd on
all of these soon.
Comment 5 John Fleck 2002-04-01 20:34:20 UTC
*** Bug 77211 has been marked as a duplicate of this bug. ***
Comment 6 John Fleck 2002-04-01 20:34:33 UTC
*** Bug 77235 has been marked as a duplicate of this bug. ***
Comment 7 Luis Villa 2002-04-01 20:46:34 UTC
Weird. Dave, when you get a chance, got any clues on this one?
Comment 8 John Fleck 2002-04-09 14:24:28 UTC
*** Bug 78184 has been marked as a duplicate of this bug. ***
Comment 9 Alexander Larsson 2002-04-10 03:35:32 UTC
Wow. Looks like a bad bug in the scaler. It tries to allocate 1.8 Gigs
of memory when scaling the 1600x1200 pixbuf to 1x1. I think this is
because it is allocating a huge set of filter matrixes.

The question is, why is it trying to scale the background to 1x1 pixels?

Comment 10 Alexander Larsson 2002-04-10 03:39:07 UTC
Hmmm. It must be trying to render the background before the window has
gotten it's size allocation.
Comment 11 Luis Villa 2002-04-14 21:31:27 UTC
I'm going to bump this to Urgent because of the duplicates.
Comment 12 Heath Harrelson 2002-04-17 08:19:12 UTC
*** Bug 78909 has been marked as a duplicate of this bug. ***
Comment 13 Jody Goldberg 2002-04-20 03:59:40 UTC
This may have been fixed when I patched the heap corruption in libbackground this morning.
Comment 14 Alexander Larsson 2002-04-21 22:01:16 UTC
This should be fixed by this checkin. I can't reproduce the bug
myself, so please reopen this if it breaks backgrounds in any way.

2002-04-21  Alexander Larsson  <alla@lysator.liu.se>

	* eel/eel-background.c (eel_background_ensure_image_scaled):
	Work around the fact that scaling large pixbufs to 1x1 crashes
	while allocating several gigs of memory.