[RTEMS Project] #4216: prinf/vsnprintf crash when used in interrupt context

RTEMS trac trac at rtems.org
Wed Jan 20 06:59:31 UTC 2021


#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


More information about the bugs mailing list