|
From: Julian S. <js...@ac...> - 2012-06-30 22:38:56
|
docs/internals/3_7_BUGSTATUS.txt r12690 now contains a list of all non-fixed bugs reported since 3.7.0. I have been moving fixed ones to NEWS, although not all of them have been moved yet. I started triaging the list, and put **potential 3.8.0 next to ones that look important to fix. I didn't get far through it though (line 60). Please feel free to look through the list, triage, nominate, move fixed stuff to NEWS, etc. My emphasis on fixing will be (as ever) on missing instructions and syscalls, and crashes/ assertion failures. It's pretty big, probably about 200 bugs in there. Can't hope to fix all of them, hence prioritisation is important. J |
|
From: Florian K. <br...@ac...> - 2012-07-01 21:29:25
|
On 07/01/2012 12:36 AM, Julian Seward wrote: > > docs/internals/3_7_BUGSTATUS.txt r12690 now contains a list of > all non-fixed bugs reported since 3.7.0. I have been moving > fixed ones to NEWS, although not all of them have been moved > yet. > > I started triaging the list, and put **potential 3.8.0 next to > ones that look important to fix. I didn't get far through it > though (line 60). > > Please feel free to look through the list, triage, nominate, > move fixed stuff to NEWS, etc. My emphasis on fixing will be > (as ever) on missing instructions and syscalls, and crashes/ > assertion failures. I noticed: Bug #251569 appears as fixed in NEWS (for 3.6.0) but is still "NEW" in Bugzilla. The test-program there still produces the "unhandled instruction bytes" message, so isn't fixed. Florian |
|
From: John R. <jr...@bi...> - 2012-07-02 14:40:55
|
I nominate this bug for fixing in valgrind-3.8.0: https://bugs.kde.org/show_bug.cgi?id=302709 valgrind for ARM needs extra tls support for android emulator under Linux The bug report includes patches (dispatch-arm-linux.S; add symbol to VEX) which work for me under android emulator on Linux x86_64. They need testing on real armv7 hardware. -- |
|
From: Eric P. <eri...@or...> - 2012-07-04 20:33:46
|
Le 02/07/2012 16:41, John Reiser a écrit : > I nominate this bug for fixing in valgrind-3.8.0: > https://bugs.kde.org/show_bug.cgi?id=302709 > valgrind for ARM needs extra tls support for android emulator under Linux > > The bug report includes patches (dispatch-arm-linux.S; add symbol to VEX) > which work for me under android emulator on Linux x86_64. They need testing > on real armv7 hardware. > what about https://bugs.kde.org/show_bug.cgi?id=253657 ? A+ |