public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* Re: frysk-core/frysk/proc/dead ChangeLog LinuxProc ...
       [not found] <20070703013351.32319.qmail@sourceware.org>
@ 2007-07-03 10:36 ` Mark Wielaard
  2007-07-03 14:52   ` Phil Muldoon
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Wielaard @ 2007-07-03 10:36 UTC (permalink / raw)
  To: frysk; +Cc: pmuldoon

Hi Phil,

On Tue, 2007-07-03 at 01:33 +0000, pmuldoon@sourceware.org wrote:
> Log message:
> 	2007-07-02  Phil Muldoon  <pmuldoon@redhat.com>
> 	
> 	* LinuxTask.java (LinuxTask): Take FP Register data as a
> 	parameter.
> 	(sendrecRegisterBanks): Rewrite to either present a blank
> 	page or actual register data.
> 	* LinuxProc.java (sendRefresh):Account for two different
> 	optimizations in floating point note data.
> 	* TestLinuxCore.java (testLinuxCoreFileMaps) Remove runPending()
> 	and requestRefresh calls.
> 	(testLinuxCoreFileStackTrace): Ditto.
> 	(testLinuxHostPopulation): Ditto.
> 	(testLinuxProcPopulation): Ditto.
> 	(testLinuxProcAuxV): Ditto.
> 	(testLinuxTaskMemory): Ditto.
> 	(testLinuxTaskPopulation): Ditto.

It looks like this introduced 2 failures on my setup (FC6 x86_64 SMP):

There were 2 errors:
1) testLinuxCoreFileMaps(frysk.proc.dead.TestLinuxCore)java.lang.ArrayIndexOutOfBoundsException: 336
   at inua.eio.ArrayByteBuffer.peek(TestRunner)
   at inua.eio.ByteBuffer.peek(TestRunner)
   at inua.eio.ByteBuffer.peekFully(TestRunner)
   at inua.eio.ByteBuffer.peekLittle(TestRunner)
   at inua.eio.ByteBuffer.peekLittle(TestRunner)
   at inua.eio.ByteOrdered$2.peekInt(TestRunner)
   at inua.eio.ByteBuffer.getInt(TestRunner)
   at lib.elf.ElfPrstatus.<init>(TestRunner)
   at lib.elf.ElfPrstatus.decode(TestRunner)
   at frysk.proc.dead.LinuxProc.sendRefresh(TestRunner)
   at frysk.proc.dead.LinuxHost.sendRefresh(TestRunner)
   at frysk.proc.dead.LinuxHost.<init>(TestRunner)
   at frysk.proc.dead.TestLinuxCore.testLinuxCoreFileMaps(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
2) testLinuxCoreFileStackTrace(frysk.proc.dead.TestLinuxCore)java.lang.ArrayIndexOutOfBoundsException: 336
   at inua.eio.ArrayByteBuffer.peek(TestRunner)
   at inua.eio.ByteBuffer.peek(TestRunner)
   at inua.eio.ByteBuffer.peekFully(TestRunner)
   at inua.eio.ByteBuffer.peekLittle(TestRunner)
   at inua.eio.ByteBuffer.peekLittle(TestRunner)
   at inua.eio.ByteOrdered$2.peekInt(TestRunner)
   at inua.eio.ByteBuffer.getInt(TestRunner)
   at lib.elf.ElfPrstatus.<init>(TestRunner)
   at lib.elf.ElfPrstatus.decode(TestRunner)
   at frysk.proc.dead.LinuxProc.sendRefresh(TestRunner)
   at frysk.proc.dead.LinuxHost.sendRefresh(TestRunner)
   at frysk.proc.dead.LinuxHost.<init>(TestRunner)
   at frysk.proc.dead.TestLinuxCore.testLinuxCoreFileStackTrace(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

Could you take a look?

Thanks,

Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: frysk-core/frysk/proc/dead ChangeLog LinuxProc ...
  2007-07-03 10:36 ` frysk-core/frysk/proc/dead ChangeLog LinuxProc Mark Wielaard
@ 2007-07-03 14:52   ` Phil Muldoon
  2007-07-03 15:07     ` Mark Wielaard
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Muldoon @ 2007-07-03 14:52 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: frysk, pmuldoon

Mark Wielaard wrote:
> Hi Phil,
>
> On Tue, 2007-07-03 at 01:33 +0000, pmuldoon@sourceware.org wrote:
>   
>> Log message:
>> 	2007-07-02  Phil Muldoon  <pmuldoon@redhat.com>
>> 	
>> 	* LinuxTask.java (LinuxTask): Take FP Register data as a
>> 	parameter.
>> 	(sendrecRegisterBanks): Rewrite to either present a blank
>> 	page or actual register data.
>> 	* LinuxProc.java (sendRefresh):Account for two different
>> 	optimizations in floating point note data.
>> 	* TestLinuxCore.java (testLinuxCoreFileMaps) Remove runPending()
>> 	and requestRefresh calls.
>> 	(testLinuxCoreFileStackTrace): Ditto.
>> 	(testLinuxHostPopulation): Ditto.
>> 	(testLinuxProcPopulation): Ditto.
>> 	(testLinuxProcAuxV): Ditto.
>> 	(testLinuxTaskMemory): Ditto.
>> 	(testLinuxTaskPopulation): Ditto.
>>     
>
> It looks like this introduced 2 failures on my setup (FC6 x86_64 SMP):
>   

Sure. Can you create a bugzilla please.

Regards

Phil

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: frysk-core/frysk/proc/dead ChangeLog LinuxProc ...
  2007-07-03 14:52   ` Phil Muldoon
@ 2007-07-03 15:07     ` Mark Wielaard
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Wielaard @ 2007-07-03 15:07 UTC (permalink / raw)
  To: Phil Muldoon; +Cc: frysk, pmuldoon

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

On Tue, 2007-07-03 at 09:51 -0500, Phil Muldoon wrote:
> Sure. Can you create a bugzilla please.

Here you go: http://sourceware.org/bugzilla/show_bug.cgi?id=4728

Thanks,

Mark

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-03 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070703013351.32319.qmail@sourceware.org>
2007-07-03 10:36 ` frysk-core/frysk/proc/dead ChangeLog LinuxProc Mark Wielaard
2007-07-03 14:52   ` Phil Muldoon
2007-07-03 15:07     ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).