First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 195908
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: Jim Ramsay <lack@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: DEMAINE Benoît-Pierre, aka DoubleHP <dhp_gentoo@doublehp.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
emerge--info /tmp/emerge--info text/plain DEMAINE Benoît-Pierre, aka DoubleHP 2007-10-15 03:20 0000 8.85 KB Details
gkrellm_strace_log /tmp/gkrellm_strace_log text/plain DEMAINE Benoît-Pierre, aka DoubleHP 2007-10-15 03:26 0000 252.31 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 195908 depends on: Show dependency tree
Bug 195908 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.








View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-10-15 03:18 0000
I was having a bug (segfault; I re-emerged all ebuilds listed by something like
emerge -ep world |grep krellm

emerge -va1  app-admin/gkrellm x11-themes/gkrellm-themes
x11-plugins/gkrellm-reminder x11-plugins/gkrellm-radio  x11-plugins/gkrellm-xkb
x11-plugins/gkrellmwireless x11-plugins/gkrellmlaunch x11-plugins/gkrelltop
x11-plugins/gkrellm-gamma x11-plugins/gkrellm-countdown
x11-plugins/gkrellm-hddtemp x11-plugins/gkrellm-leds 
x11-plugins/gkrellm-volume x11-plugins/gkrellmss x11-plugins/gkrellmms

and bug persists:

dhp@moon_gen_2:~/.gkrellm2/themes/dirtchamber$ gkrellm

(gkrellm:21060): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()

(gkrellm:21060): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()

(gkrellm:21060): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()

(gkrellm:21060): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()

(gkrellm:21060): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()
Segmentation fault


I have been using this skin for years (at least 2 or 3).

More logs coming.

------- Comment #1 From DEMAINE Benoît-Pierre, aka DoubleHP 2007-10-15 03:20:17 0000 -------
Created an attachment (id=133491) [details]
/tmp/emerge--info


My flags:
root@moon_gen_2:~# emerge -va1  app-admin/gkrellm x11-themes/gkrellm-themes
x11-plugins/gkrellm-reminder x11-plugins/gkrellm-radio  x11-plugins/gkrellm-xkb
x11-plugins/gkrellmwireless x11-plugins/gkrellmlaunch x11-plugins/gkrelltop
x11-plugins/gkrellm-gamma x11-plugins/gkrellm-countdown
x11-plugins/gkrellm-hddtemp x11-plugins/gkrellm-leds 
x11-plugins/gkrellm-volume x11-plugins/gkrellmss x11-plugins/gkrellmms

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-admin/gkrellm-2.3.0  USE="X gnutls hddtemp lm_sensors nls
ssl" 0 kB
[ebuild   R   ] x11-themes/gkrellm-themes-0.1  0 kB
[ebuild   R   ] x11-plugins/gkrellm-reminder-2.0.0  0 kB
[ebuild   R   ] x11-plugins/gkrellm-radio-2.0.4  USE="lirc" 0 kB
[ebuild   R   ] x11-plugins/gkrellm-xkb-1.05  0 kB
[ebuild   R   ] x11-plugins/gkrellmwireless-2.0.3  0 kB
[ebuild   R   ] x11-plugins/gkrellmlaunch-0.5  0 kB
[ebuild   R   ] x11-plugins/gkrelltop-2.2.6-r1  0 kB
[ebuild   R   ] x11-plugins/gkrellm-gamma-2.03-r1  0 kB
[ebuild   R   ] x11-plugins/gkrellm-countdown-0.1.2  0 kB
[ebuild   R   ] x11-plugins/gkrellm-hddtemp-0.2_beta-r1  0 kB
[ebuild   R   ] x11-plugins/gkrellm-leds-0.8.1  0 kB
[ebuild   R   ] x11-plugins/gkrellm-volume-2.1.13  USE="alsa" 0 kB
[ebuild   R   ] x11-plugins/gkrellmss-2.6  USE="alsa esd nls" 0 kB
[ebuild   R   ] x11-plugins/gkrellmms-2.1.22-r1  0 kB

Total: 15 packages (15 reinstalls), Size of downloads: 0 kB

------- Comment #2 From DEMAINE Benoît-Pierre, aka DoubleHP 2007-10-15 03:26:22 0000 -------
Created an attachment (id=133492) [details]
/tmp/gkrellm_strace_log



Hope this is helpfull.

hmmm, maybe it's again that /dev/radio bug I met on debian 4 years ago ...

or gettimeofday() call ? I am having "time problems" with mplayer since my last
update 12h ago: movies are played about 8% too fast; maybe something wrong in
the RTC driver ? Linux API ? ... 

------- Comment #3 From DEMAINE Benoît-Pierre, aka DoubleHP 2007-10-15 03:32:10 0000 -------
emerge -C x11-plugins/gkrellm-radio
fixed it.

Changing topic from
> app-admin/gkrellm-2.3.0 Segmentation fault

to
> app-admin/gkrellm-2.3.0 Segmentation fault when x11-plugins/gkrellm-radio-2.0.4 installed

Thus removing bug 195522 block.

I tried to reproduce again:
remerge => rebug
remove => solved
and so on ...

------- Comment #4 From Jim Ramsay 2007-10-16 11:50:38 0000 -------
Indeed, there is a bug - If /dev/radio doesn't exist, this plugin blows up.

I may devise a simple "Don't segfault, just die slightly more sane" patch.

------- Comment #5 From Jim Ramsay 2007-10-16 11:51:47 0000 -------
In the mean time I have removed it from the meta "gkrellm-plugins" package,
just in case.  Hopefully you would only install this if you have a radio tuner
card anyway, and would therefore have this device node present...

------- Comment #6 From DEMAINE Benoît-Pierre, aka DoubleHP 2008-12-08 15:02:55 0000 -------
Still happens with app-admin/gkrellm-2.3.1

------- Comment #7 From Jim Ramsay 2008-12-08 15:14:54 0000 -------
(In reply to comment #6)
> Still happens with app-admin/gkrellm-2.3.1

Yes, it's definitely due to a bug in the x11-plugins/gkrellm-radio plugin which
has very little to do with gkrellm itself.  I'm sure every version of gkrellm
will segfault in the same way if you try to initialize the gkrellm-radio plugin
without a /dev/radio device present.  I just haven't had a chance to patch the
plugin itself.

If you do, please post the patch here and I'll incorporate it into the
gkrellm-radio plugin.

First Last Prev Next    No search results available      Search page      Enter new bug