#4216: prinf/vsnprintf crash when used in interrupt context
-----------------------+--------------------
  Reporter:  ceasar    |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  high      |  Milestone:
 Component:  arch/arm  |    Version:  4.11
  Severity:  major     |   Keywords:
Blocked By:            |   Blocking:
-----------------------+--------------------
 RTEMS crashed when i used printf() to print a float/double data in
 interrupt service routine. the test code is simple and shown below:
    float f = 3.131415926;
    printf("logi float: %f\n", f);

 any help would be appreciated.

--
Ticket URL: <http://devel.rtems.org/ticket/4216>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to