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 376621 - crash if I change from dual core to single core
crash if I change from dual core to single core
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: cpufreq
2.16.x
Other All
: Normal critical
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-18 11:45 UTC by marm
Modified: 2006-11-18 12:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description marm 2006-11-18 11:45:28 UTC
Steps to reproduce:
1. start the computer with two cores enabled.
2. add two frequency scaling monitors, which show the status of booth cores, to the panel
3. restart the computer with one core enabled (I had do that because there was a problem with the kernel, but that's a different story). As soon as you log into Gnome, the applet crashes. I would expect a warning from the applet, that it cannot show the applet for the second core, but not a crash.


Stack trace:


Other information:
Comment 1 Carlos Garcia Campos 2006-11-18 12:35:52 UTC
Good catch!. I've just fixed it in cvs. Instead of showing a popup (could be annoying to have a popup every time you boot in single core), it'll automatically monitor the higher cpu, but by keeping your preferences so that the next time you boot again in dual core, the applet will work as you had configured for dual core.

Thanks a lot for the bug report.