You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client hangs (presumably stuck at analyzing includes).
Logs:
nocc_server.log
2024-04-19 13:11:50 INFO nocc-server started
2024-04-19 13:11:50 INFO env: listenAddr 0.0.0.0:43210 ; ulimit -n 4096 ; num cpu 8 ; version v1.2.1, rev 7510928, compiled at 2024-04-19 10:07:51 UTC
2024-04-19 13:11:57 INFO new client clientID kuWXCYxu version v1.2.1, rev 7510928, compiled at 2024-04-19 10:07:36 UTC ; nClients 1
2024-04-19 13:11:57 INFO new remotes list 1 clientID kuWXCYxu 127.0.0.1
nocc_client.log
2024-04-19 13:11:57 INFO nocc-daemon started in 2 ms
2024-04-19 13:11:57 INFO env: clientID kuWXCYxu ; user user ; num servers 1 ; ulimit -n 4096 ; num cpu 8 ; version v1.2.1, rev 7510928, compiled at 2024-04-19 10:07:36 UTC
Workarounds
Add new line to the end of include file.
Use NOCC_DISABLE_OWN_INCLUDES=1.
The text was updated successfully, but these errors were encountered:
Setup:
inc.h
No new line at the end of file!
a
- is the last symbol of the file.// blabla # blabla
src.c
Commands
NOCC_GO_EXECUTABLE=nocc-daemon NOCC_SERVERS="127.0.0.1:43210" NOCC_LOG_FILENAME=nocc_client.log NOCC_LOG_VERBOSITY=2 nocc gcc -I. -o src.o -c src.c
Result
Client hangs (presumably stuck at analyzing includes).
Logs:
nocc_server.log
nocc_client.log
Workarounds
NOCC_DISABLE_OWN_INCLUDES=1
.The text was updated successfully, but these errors were encountered: