Re: [Powertop] [bugreport] crash on powertop --debug --html=file.html
Sergey Senozhatsky <sergey.senozhatsky at gmail.com> Wed, 27 Jun 2012 19:32:42 +0300
| Newsgroups | dev.linux.lists.powertop |
|---|---|
| Message-ID | <[email protected]> |
On (06/27/12 11:42), Jan-Simon Möller wrote: > > > (i=0x875720, j=0x211) > > > > Hm, it seems pretty unlikely that std::allocator would allocate anything > > on such a low address. It rather expected i and j to be somewhere in > > -/+ N * sizeof(struct) > > range. > > > > So, there is something we don't known about your system, or we have > > memory corruption which I can't find at the moment. > > Nothing special, just opensuse 11.4 with all updates. > It works fine on the same setup with an i586 kernel/userspace. > > I'll look into that a bit more. > Could you please run valgrind --tool=memcheck --leak-check=full --show-reachable=yes --leak-resolution=high --track-origins=yes -v --log-file=./powertop-memcheck powertop --debug --html=file.html and provide powertop-memcheck file? -ss