Hi. I added Yao patch memory patch for 64 bit systems as defined here: http://sourceware.org/bugzilla/show_bug.cgi?id=3388 But on a ppc box I see this when I do FCore. Is there another place where another map is defined that needs tweaking too? If this is in fact a duplicate of 3388 (just a different symptom) then please go ahead and close as a duplicate). -bash-3.1$ ./frysk-core/frysk/util/FCore 26553 XXX: Experimental do not use for core file generation. XXX: UNCOMPLETED, maps not written. Number of writeable maps: 30 Exception in thread "Thread-1" inua.eio.BufferUnderflowException at inua.eio.ByteBuffer.get(FCore) at frysk.proc.Register.getBigInteger(FCore) at frysk.proc.LinuxPPC32On64$IndirectRegister.getBigInteger(FCore) at frysk.util.FCore.fillENotePrstatus(FCore) at frysk.util.FCore.fillENoteSection(FCore) at frysk.util.FCore.write_elf_file(FCore) at frysk.util.FCore$CoreDumpTasksObserver.existingTask(FCore) at frysk.proc.ProcAttachedObserver.updateAttached(FCore) at frysk.proc.Task.notifyAttached(FCore) at frysk.proc.TaskState$Attached.transitionToRunningState(FCore) at frysk.proc.TaskState$Attached$WaitForContinueOrUnblock.handleContinue(FCore) at frysk.proc.Task.performContinue(FCore) at frysk.proc.ProcState$Attaching.allAttached(FCore) at frysk.proc.ProcState$Attaching$ToMainTask.handleTaskAttachCompleted(FCore) at frysk.proc.Proc$3.execute(FCore) at frysk.event.EventLoop.runEventLoop(FCore) at frysk.event.EventLoop.run(FCore)
Created attachment 1388 [details] Proc maps file that cuases crash This is the proc maps file from a bash process that caused a crash the same as one detailed.