Custom Query (104 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 104)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#49 fixed BNC crash due to not catch exception stuerze droma@…
Description

I'm sorry, this is the first time for me reporting a BNC bug and I didn't found any procedure of how and where to do it. Please let me know if I'm reporting it at the wrong place or if you need any more information.

Recently our BNC (Bnc2.11.1-CentOS6-64bit-static) crashed with the following output message:

RTCM2_23::extract: P.nDataWords()>=1
RTCM2_23::extract: P.nDataWords()>=1
RTCM2_23::extract: P.nDataWords()>=1
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

The bnc_update.log doesn't show any information related to the error.

#124 fixed BNC disconnect immediately after connection stuerze tr3000
Description

Hello, I'm testing BNC client on Windows using the attached configuration files. 06_RTK_win_TR.bnc connects to a stream that does not require NMEA and it works well, but 06_RTK_win_VRS connects to a VRS stream that requires an NMEA and that I have problems with. I have set NMEA sending to manual (it creates NMEA to lat&long defined in param mountPoints) and from the caster I can see that a correct NMEA string is delivered and the caster even starts to send data, see the attached caster log "2020-10-2_caster_response.txt". But each time the connection is made and caster says data transmission to user is started, BNC stops the connection immediately.

To me it seems that BNC thinks it is not getting data soon enough after connection and tries to reconnect very quickly. Is there some parameter that would make BNC not to reconnect so quickly?

-Topi

#88 fixed BNC for Raspberry Pi wiese wiese
Description

BNC compilation crashes on Rasperry Pi. (Model B Rev. 2)

qwt_polar_curve.cpp: In member function ‘void 
QwtPolarCurve::drawLines(QPainter*, const QwtScaleMap&, const 
QwtScaleMap&, const QPointF&, int, int) const’:
qwt_polar_curve.cpp:436:64: error: no matching function for call to 
‘qMax(double, qreal)’
qwt_polar_curve.cpp:436:64: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const 
T& qMax(const T&, const T&)
Makefile:326: recipe for target '.obj/qwt_polar_curve.o' failed
make[1]: *** [.obj/qwt_polar_curve.o] Error 1
make[1]: Leaving directory '/home/wiese/BNC_2.12.2/qwtpolar'
Makefile:114: recipe for target 'sub-qwtpolar-make_default-ordered' failed
make: *** [sub-qwtpolar-make_default-ordered] Error 2

There are 2 errors more like that. Errors are all within QwtPolar.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.