-
Notifications
You must be signed in to change notification settings - Fork 183
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
Basic station crash at start #76
Comments
Hello and thanks for reporting the issue. To allow us reproducing this issue, could you please provide more details about your environment. Particularly, answers to the following questions would be helpful:
Thanks! |
Thank you ! |
Thanks for sharing this information.
|
Hi @iotFab, Do you still have the issue ? Thank you |
Hi Guys,
l would like your help to debug an issue I have with the latest version on Raspberry PI.
I try to launch the station with the following config :
{ "SX1301_conf": { "lorawan_public": true, "clksrc": 1, /* radio_1 provides clock to concentrator */ "device": "/dev/spidev0.0", "radio_0": { "type": "SX1257", "rssi_offset": -166.0, "tx_enable": true, "antenna_gain": 0 }, "radio_1": { "type": "SX1257", "rssi_offset": -166.0, "tx_enable": false } }, "station_conf": { "routerid": "XXXXXXfffeXXXXXX", "log_file": "stderr", "log_level": "DEBUG", /* XDEBUG,DEBUG,VERBOSE,INFO,NOTICE,WARNING,ERROR,CRITICAL */ "log_size": 10000000, "log_rotate": 3 } }
I launch the station with :
../bin/station
The error I got is :
../bin/station 2020-08-27 06:43:28.804 [SYS:INFO] Logging : stderr (maxsize=10000000, rotate=3) 2020-08-27 06:43:28.804 [SYS:INFO] Station Ver : 2.0.5(rpi/std) 2020-08-27 05:30:30 2020-08-27 06:43:28.804 [SYS:INFO] Package Ver : (null) 2020-08-27 06:43:28.804 [SYS:INFO] proto EUI : xxxxxxff:fexx:xxxx (station.conf) 2020-08-27 06:43:28.804 [SYS:INFO] prefix EUI : ::1 (builtin) 2020-08-27 06:43:28.804 [SYS:INFO] Station EUI : xxxxxxff:fexx:xxxx 2020-08-27 06:43:28.805 [SYS:INFO] Station home: ./ (builtin) 2020-08-27 06:43:28.805 [SYS:INFO] Station temp: /var/tmp/ (builtin) 2020-08-27 06:43:28.805 [SYS:WARN] Station in NO-CUPS mode double free or corruption (!prev) Aborted
Let me know how to obtain the information you need to investigate this.
I try to launch station with LNS protocol : tc.key, tc.crt, tc.trust and tc.uri in the folder where I run the command.
Thank you for your support!
The text was updated successfully, but these errors were encountered: