Am Dienstag, 26. Juni 2012, 20:50:04 schrieb Chris Ferron:
On 06/26/2012 11:42 AM, Chris Ferron wrote:
> On 06/26/2012 08:10 AM, Jan-Simon Möller wrote:
>> Hi all!
>> With git HEAD I see this crash:
>>
>> $ ./src/powertop --debug --html=/home/dl9pf/powertop.1.html
>
> hum thanks for the trace, but can you give me more info on your system?
openSUSE 11.4 on x86_64 (i7-2)
> What kernel are you running? Can you send me your kernel config?
$ uname -r
3.5.0-rc4-debug2
$ free
total used free shared buffers cached
Mem: 16442236 9311340 7130896 0 2981216 4891608
-/+ buffers/cache: 1438516 15003720
Swap: 35649528 0 35649528
$ cat /etc/SuSE-release
openSUSE 11.4 (x86_64)
VERSION = 11.4
CODENAME = Celadon
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.5/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --
mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-
languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --
with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --
disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE
Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-
system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-
libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --
enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-
ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-
linux
Thread model: posix
gcc version 4.5.3 20110428 [gcc-4_5-branch revision 173117] (SUSE Linux)
$ for i in `grep CONFIG README` ; do echo -n "$i : " ; zcat /proc/config.gz |
grep "$i=y" ; done
CONFIG_NO_HZ : CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS : CONFIG_HIGH_RES_TIMERS=y
CONFIG_HPET_TIMER : CONFIG_HPET_TIMER=y
CONFIG_CPU_FREQ_GOV_ONDEMAND : CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_USB_SUSPEND : CONFIG_USB_SUSPEND=y
CONFIG_SND_AC97_POWER_SAVE : CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_TIMER_STATS : CONFIG_TIMER_STATS=y
CONFIG_PERF_EVENTS : CONFIG_PERF_EVENTS=y
CONFIG_PERF_COUNTERS : CONFIG_TRACEPOINTS : CONFIG_TRACEPOINTS=y
CONFIG_TRACING : CONFIG_TRACING=y
CONFIG_EVENT_POWER_TRACING_DEPRECATED :
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
CONFIG_ACPI_PROCFS_POWER : CONFIG_ACPI_PROCFS_POWER=y
Config attached.
>
>
> and are you modifying power to build on suse in any way?
No change in powertop. Just git clone + ./configure/make/make install
Best,
Jan-Simon