Re: Segfault in clock.c:208
Bill Wilson <[email protected]> Wed, 15 Jul 2015 13:14:57 -0500
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
I'm not sure of the why, but from the code the what could be that
the function g_locale_from_utf8() is unexpectedly returning NULL.
So I added a check for a NULL return and then just use the original format
string. If you can do a git clone and compile, let me know if that makes
a difference.
git clone git://git.srcbox.net/gkrellm
Thanks.
Bill
On Sun, 12 Jul 2015 16:08:57 +1000
Adam Nielsen <[email protected]> wrote:
> I've been using GKrellM for many years but I was never able to
> successfully use the -s option to monitor a host outside my local
> network. I have recently revisited this, and found the point at which
> GKrellM segfaults when connected to an external host, however I'm not
> sure why.
>
> Here is the backtrace and some info. It looks like the data coming
> back from the remote server has been corrupted somehow. Let me know
> if you have any ideas what the problem might be!