Skip to content

Assertion failed: (r == 0), function rwlock_wrlock, file tinycthread_extra.c, line 157 #299

Discussion options

You must be logged in to vote

Hey @okomen-foreflight ,

StateDir is basically where the local state stores are persisted, so the service must be able to read/write in this directory.

Do you have a stacktrace error when the Assertion failed: (r == 0), function rwlock_wrlock, file tinycthread_extra.c, line 157 issue happens ?

You can configure your application to have more troubleshoot informations :

var config = new StreamConfig();
config.Debug = "all";
config.Logger = LoggerFactory.Create((b) => {
   b.SetMinimumLevel(LogLevel.Debug);
   b.AddConsole();
   //...
});

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@okomen-foreflight
Comment options

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