Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

线程池在debug模式下运行一会儿就报错 #213

Open
misskimi opened this issue Jun 7, 2023 · 0 comments
Open

线程池在debug模式下运行一会儿就报错 #213

misskimi opened this issue Jun 7, 2023 · 0 comments

Comments

@misskimi
Copy link

misskimi commented Jun 7, 2023

[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: try pulling from waiting: 4
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: pull: task[0x107e381:à§C] from waiting
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: pull: task[0x107e381:à§C] from waiting
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: pull: task[0x107e381:à§C] from waiting
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: pull: task[0x107e381:à§C] from waiting
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: try pulling from pending: 4
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: pull: jobs: 4, time: 800 ms, waiting: 0, pending: 4, urgent: 0
[2023-06-07 15:41:28]: [28fc]: [tbox]: [thread_pool]: worker[0]: done: task[0x107e381:à§C]: ..

[2023-06-07 15:41:28]: [2830]: [tbox]: [thread_pool]: worker[1]: try pulling from pending: 4
[2023-06-07 15:41:28]: [2830]: [tbox]: [thread_pool]: worker[1]: pull: task[0x107e381:à§C] from pending
[2023-06-07 15:41:28]: [2830]: [tbox]: [thread_pool]: worker[1]: pull: task[0x107e381:à§C] from pending
[2023-06-07 15:41:28]: [2830]: [tbox]: [thread_pool]: worker[1]: pull: task[0x107e381:à§C] from pending
[2023-06-07 15:41:28]: [2830]: [tbox]: [thread_pool]: worker[1]: pull: jobs: 3, time: 600 ms, waiting: 0, pending: 4, urgent: 0
[2023-06-07 15:41:28]: [2830]: [tbox]: [thread_pool]: worker[1]: done: task[0x107e381:à§C]: ..

[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x10cd1a7]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x10cd6e9]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x1087f8f]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x108c010]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x10c96e7]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x11e3cfc]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x11e38c9]: null
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x759e33aa]: BaseThreadInitThunk
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x77e49f72]: RtlInitializeExceptionChain
[2023-06-07 15:41:34]: [c60]: [tbox]: [backtrace]: [0x77e49f45]: RtlInitializeExceptionChain
[2023-06-07 15:41:34]: [16b4]: [tbox]: [poller]: wait[0x1b9]: ok, real: 2229 bytes, lasterror: 0
[2023-06-07 15:41:34]: [c60]: [tbox]: [error]: at tb_assert_impl(): 309, d:\project\tbox-1.7.3\src\tbox\prefix\assert.h: abort
[2023-06-07 15:41:34]: [16b4]: [tbox]: [poller]: spak[0x1b9]: code 5, state: waiting ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant