Re: synchronous freebsd print



Sanjeev Kumar.S wrote:
Hi,
I have a quick question, and I believe this will be a common requirement.
I do a print of some data and then immediately in a next statement there is a crash. But the
print is not complete, before it completes there
is a crash, the print is about 6-9 lines .
Is there anyway to get the complete print
before executing the next instruction. like
putting a delay before executing the next
instruction.


in the kernel or in a program?


Regards,
Sanjeev.



---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"

_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • synchronous freebsd print
    ... be a common requirement. ... is a crash, the print is about 6-9 lines. ... before executing the next instruction. ...
    (freebsd-hackers)
  • Re: synchronous freebsd print
    ... This is a standard C question. ... in a next statement there is a crash. ... before executing the next instruction. ...
    (freebsd-hackers)
  • Re: Cross-Modifying Code
    ... > There's an explicit warning that instruction fetch and page table accesses ... > don't honour xFENCE for prefetched code either. ... > then you don't know when to issue the CPUID. ... The Opteron manuals don't comment on the interaction between executing code ...
    (comp.lang.asm.x86)
  • Re: unset($this) or maybe unset(&$this)
    ... which does not involve a jump is executed the next instruction to be executed will be the very next instruction in the same object method. ... The code may still exist in the class definition, but the object, which contains a copy of that code in memory, does not, so how can it continue executing any of that code? ... When you call something like obj.Func; in C++ (assuming obj is an instance of class Foo), the compiler actually translates that to something like: ...
    (comp.lang.php)
  • Re: Question about Instruction Format (ModR/M)
    ... (the first three bytes, being prefixes, could be in any order) ... This is a 32-bit PM instruction executing in 16-bit RM/PM due to ... they have to push the extra byte back onto the disassembly stream. ...
    (alt.lang.asm)