Comment 5 for bug 554983

Revision history for this message
Nicolás Wolovick (nwolovick) wrote :

I could not reproduce the situation that triggers the assert.
I have cloned the git repo

git clone git://git.moblin.org/powertop

And it is the same, always in the root account.
I have generated a coredump, but optimizations prevent to read some values.
Extrangely enough, putting in the Makefile no optimizations, seems to avoid such random failing assertion.

CFLAGS?=-O0 -g ${WARNFLAGS}

Does anyone can confirm this behaviour?