Skip to content

Assert. FATAL 16897 handled. Core dump. Aborted. #2898

Answered by kitty99099
kitty99099 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you! @LeStarch , I could'n find where to increase the queue size in the past few days. After your explaination, I found it in the instance.fpp as below.

  instance MyDeployment: Components.MyComponent base id 0x0F00 \
    queue size Default.QUEUE_SIZE \
    stack size Default.STACK_SIZE \
    priority 95

Then I tried to find what QUEUE_SIZE is. It is defined on the top of instance.fpp also.

  module Default {
    constant QUEUE_SIZE = 10
    constant STACK_SIZE = 64 * 1024
  }

I changed the QUEUE_SIZE from 10 to 100, and then it is better now.
Thank you for your guidence.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tbkevin
Comment options

@kitty99099
Comment options

@LeStarch
Comment options

@kitty99099
Comment options

Answer selected by kitty99099
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants