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

BTLE printer crashes after a short while. #1

Open
9600 opened this issue May 25, 2016 · 1 comment
Open

BTLE printer crashes after a short while. #1

9600 opened this issue May 25, 2016 · 1 comment
Assignees

Comments

@9600
Copy link
Member

9600 commented May 25, 2016

Using LimeSDR v1.2 with latest Pothos, Soapy and Lime Suite packages from the PPA. Running Ubuntu 14.04. Crashing out after a short while with error below. Mentioned this before and I think it's probably not an issue with the example, but with Pothos or the driver instead?

//

Rx rate: 12.047 MB/s Fs: 2.000 MHz | dropped samples: 0 | TS: 1131136544
2016-05-25 10:51:12 : {"Address": "0x8e89bed6", "CRC": "0x5d6448", "Flags": 1, "MAC": "98:4f:ee:03:46:a3", "SampleIndex": 267867006, "Service Data": "29.5", "Service Data UUID16": "ea06", "Threshold": -400, "Timestamp": 1464169872709880295}
Rx rate: 11.969 MB/s Fs: 1.987 MHz | dropped samples: 0 | TS: 1133127584
Rx rate: 8.395 MB/s Fs: 1.394 MHz | dropped samples: 8840 | TS: 1134756864
2016-05-25 10:51:14 : {"Address": "0x8e89bed6", "CRC": "0x5d6448", "Flags": 1, "MAC": "98:4f:ee:03:46:a3", "SampleIndex": 270436999, "Service Data": "29.5", "Service Data UUID16": "ea06", "Threshold": 262, "Timestamp": 1464169874607549729}
Rx rate: 8.372 MB/s Fs: 1.390 MHz | dropped samples: 10880 | TS: 1136838344
Rx rate: 6.372 MB/s Fs: 1.058 MHz | dropped samples: 32640 | TS: 1138332984
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1138506384
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1138828704
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1141084944
Rx rate: 0.406 MB/s Fs: 0.067 MHz | dropped samples: 76160 | TS: 1143340504
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1145595384
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1147854344
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1150111264
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1152368184
2016-05-25 10:51:26 PothosGui.EvalEngine.monitor: Detected evaluation thread lock-up. The evaluator will not function.
Rx rate: 0.407 MB/s Fs: 0.068 MHz | dropped samples: 76160 | TS: 1154626464
2016-05-25 10:51:26 Pothos.Block.work: NetFrom: Trigger[0]: Exception: PothosPacketSocketEndpoint::recv(header): 0
2016-05-25 10:51:26 Pothos.Block.work: NetFrom: Trigger[0]: Exception: PothosPacketSocketEndpoint::recv(header): 0
2016-05-25 10:51:26 PothosGui.TopologyEval.commit: I/O error: RemoteProxyEnvironment::transact(): connection inactive
2016-05-25 10:51:26 Pothos.Topology: Topology destructor threw: I/O error: RemoteProxyEnvironment::transact(): connection inactive
*** Error in `PothosGui': corrupted double-linked list: 0x00007fbba0008f40 ***
Aborted (core dumped)

@guruofquality
Copy link
Contributor

I didn't forget about this. Last time I found an issue with bad payload size. Basically we have to be robust against bad data: 2ae0aba

  • Just to double check, you have this latest commit of the BTLE blocks when this error came up?
  • And are you still seeing "Detected evaluation thread lock-up" when using the LimeSDR, latest drivers make really good use of caching, so I wouldn't expect to see that.

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

2 participants