dect
/
libdect
Archived
13
0
Fork 0
DECT Library
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Patrick McHardy d84f619c3a cc: don't stop completion timer if not running
PP: CC-SETUP
FP: CC-CONNECT

results in:

src/timer.c:99: dect_timer_stop: assertion `timer->state == DECT_TIMER_RUNNING' failed.
#0  0xb76b1548 in dect_backtrace() from /home/kaber/dect/libdect/src/libdect.so.0 at debug.c:136
#1  0xb76b1614 in __dect_assert_fail() from /home/kaber/dect/libdect/src/libdect.so.0 at debug.c:148
#2  0xb76b0a85 in dect_timer_stop() from /home/kaber/dect/libdect/src/libdect.so.0 at timer.c:102
#3  0xb76a343c in dect_cc_rcv_connect() from /home/kaber/dect/libdect/src/libdect.so.0 at cc.c:1468
#4  0xb76a0162 in dect_ddl_rcv_msg() from /home/kaber/dect/libdect/src/libdect.so.0 at lce.c:746
#5  0xb76a039b in dect_lce_data_link_event() from /home/kaber/dect/libdect/src/libdect.so.0 at lce.c:898
#6  0xb76b04cf in dect_fd_process() from /home/kaber/dect/libdect/src/libdect.so.0 at io.c:132
#7  0xb7690bdf in event_del() from /usr/lib/libev.so.3 at ??:0
#8  0xb7689934 in ev_invoke_pending() from /usr/lib/libev.so.3 at ??:0
#9  0xb768ef34 in ev_loop() from /usr/lib/libev.so.3 at ??:0
#10 0xb7690874 in event_base_loop() from /usr/lib/libev.so.3 at ??:0
#11 0xb7690907 in event_loop() from /usr/lib/libev.so.3 at ??:0
#12 0x080496dd in dect_event_loop() from /proc/self/exe at event_ops.c:112
#13 0x0804b67c in main() from /proc/self/exe at pp-cc.c:88

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-16 15:13:18 +01:00
debian libdect: add debian package build support 2010-07-28 10:56:10 +02:00
doc doc: minor fixes 2010-09-16 04:55:29 +02:00
example ie: add support for <<EVENTS-NOTIFICATION>> IE 2010-10-14 23:06:41 +02:00
include ie: add <<FACILITY>> IE 2010-11-16 15:08:30 +01:00
src cc: don't stop completion timer if not running 2010-11-16 15:13:18 +01:00
.gitignore example: add PP CC example 2010-09-08 19:19:12 +02:00
COPYING libdect: add COPYING file 2010-07-27 04:23:43 +02:00
INSTALL libdect: add installation instructions 2010-07-28 17:23:58 +02:00
Makefile.defs.in debug: add libdect-specific assert-macro with optional backtrace support 2010-09-14 22:07:09 +02:00
Makefile.in build: minor build improvements 2010-07-26 21:31:12 +02:00
Makefile.rules.in build: add archive target 2010-10-10 19:53:49 +02:00
autogen.sh Import libdect 2009-05-06 18:41:57 +02:00
configure.ac build: verify that event.h and event library are compatible 2010-11-12 07:04:58 +01:00
install-sh Import libdect 2009-05-06 18:41:57 +02:00
libdect-0.0.1.pc.in libdect: add pkg-config file 2010-07-27 04:32:47 +02:00