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

while running Stuck #30

Open
hulai-hulai opened this issue Aug 21, 2020 · 10 comments
Open

while running Stuck #30

hulai-hulai opened this issue Aug 21, 2020 · 10 comments

Comments

@hulai-hulai
Copy link

hi,
Sometimes it gets stuck and does not run. The final state is as follows. and the task is suspended. Why is it? Please help me, thanks!
23:11:23 start with 4 threads
23:11:27 mapper indexing done

@grafitos
Copy link

Hi,

Same behavior,

sudo strace -p 1136
strace: Process 1136 attached
futex(0x7ffdbdfee018, FUTEX_WAIT_PRIVATE, 0, NULL

sudo strace -p 1134
strace: Process 1134 attached
futex(0x7ffdbdfee018, FUTEX_WAIT_PRIVATE, 0, NULL

Fabrice

@amacbride
Copy link

It's most likely a threading issue -- I found that 32-36 threads hangs, but when I tried 1, 2, 4, 8, 16, and 24 it worked fine.

@asmlgkj
Copy link

asmlgkj commented Jan 8, 2022

16 does not work for me, because I run many samples one time, I need to just use thread 1

@hulai-hulai
Copy link
Author

hulai-hulai commented Jan 8, 2022 via email

@asmlgkj
Copy link

asmlgkj commented Jan 16, 2022

anyone has methods about this? thanks

@tsy19900929
Copy link

other version solve this problem, https://github.com/tsy19900929/GeneFuse_Plus

@hulai-hulai
Copy link
Author

hulai-hulai commented Jun 20, 2023 via email

@lvzenglei
Copy link

other version solve this problem, https://github.com/tsy19900929/GeneFuse_Plus

Hi, maybe, it can not solve the questions, just for my computer1-6, it run great on computer-2,and computer-4, however stuck on computer-[1,3,5,6],
1712908602504
trace log just stuck as below.

sudo strace -p 54952
strace: Process 54952 attached
strace: [ Process PID=54952 runs in x32 mode. ]

Any solutions?
Thanks for that.

@hulai-hulai
Copy link
Author

hulai-hulai commented Apr 12, 2024 via email

@lvzenglei
Copy link

other version solve this problem, https://github.com/tsy19900929/GeneFuse_Plus

Hi, maybe, it can not solve the questions, just for my computer1-6, it run great on computer-2,and computer-4, however stuck on computer-[1,3,5,6], 1712908602504 trace log just stuck as below.

sudo strace -p 54952
strace: Process 54952 attached
strace: [ Process PID=54952 runs in x32 mode. ]

Any solutions? Thanks for that.

sorry, It is ok, just my ref_file is wrong~~~ ,

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

6 participants