On Tue, June 20, 2006 11:27 am, Vincent Ho said:
> On Tue, Jun 20, 2006 at 08:47:30AM +0200, Mattia Dongili wrote:
>
> Hi Mattia,
>
>> No other kernel messages (see dmesg)?
>
> No, there's no other kernel messages; dmesg just contains the same line
> above.

it's probably a kernel bug but I'll further investigate later when at home.

> #0  0x00002b52d6adb4b0 in strlen () from /lib/libc.so.6
> #1  0x00002b52d6aad22b in vfprintf () from /lib/libc.so.6
> #2  0x0000000000405abd in cpufreqd_log (prio=3,
>     fmt=0x2aaaaaaac08c "%-25s: %s: %s\n") at cpufreqd_log.c:70
> #3  0x00002aaaaaaabf5b in apm_init () at cpufreqd_apm.c:51

this is the line (clog is a macro that expands prepending the function name):
clog(LOG_ERR, "%s: %s\n", APM_PROC_FILE, strerror(errno));

a constant and call to strerror that always return a value.

Thanks
-- 
mattia
:wq!



Reply via email to