Re: [RTEMS Project] #3318: Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name

2018-03-07 Thread RTEMS trac
#3318: Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name
-+--
 Reporter:  mfletcher|   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  closed
 Priority:  low  |   Milestone:  5.1
Component:  bsps | Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Sebastian Huber ):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"d39cc068738b5028af771e6ea280ce370a69d3ca/rtems"
 d39cc068/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="d39cc068738b5028af771e6ea280ce370a69d3ca"
 bsps: More verbose bsp_fatal_extension()

 Close #3318.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3318: Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name

2018-03-06 Thread RTEMS trac
#3318: Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name
-+--
 Reporter:  mfletcher|   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  accepted
 Priority:  low  |   Milestone:  5.1
Component:  bsps | Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Sebastian Huber):

 * owner:  (none) => Sebastian Huber
 * status:  new => accepted
 * version:   => 5
 * component:  rtems => bsps
 * milestone:   => 5.1


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #3318: Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name

2018-03-02 Thread RTEMS trac
#3318: Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name
--+
  Reporter:  mfletcher|  Owner:  (none)
  Type:  enhancement  | Status:  new
  Priority:  low  |  Milestone:
 Component:  rtems|Version:
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+
 It might be more helpful i the case of a thread exit to output some
 information about that thread to make tracking it down simpler.

 This example works ok.

 static void thread_exitted_print_info(rtems_tcb *tcb)
 {
   printf("Thread exited: %s (id %d)\n", tcb->Object.name, tcb->Object.id)
 }

 /* In your configuration: */
 #define CONFIGURE_INITIAL_EXTENSIONS \
   { .thread_exitted = thread_exitted_print_info }

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs