Displaying 6 results from an estimated 6 matches for "pthread_setcanceltyp".
Did you mean:
pthread_setcanceltype
2006 Oct 17
1
Please help me!!
....
I've cretate sip_buddies and extensions tables into db and edit
res_mysql.conf, extconf.conf without any issues.
So when I start asterisk and my phone try to register using sip user
configured in my db, asterisk stops with Segmentation fault error.
Follow post gdb backtrace
0 0x400337c0 in pthread_setcanceltype () from /lib/libpthread.so.0
#21 0x0805d8de in ast_load_realtime (family=0x666d7464 <Address
0x666d7464 out of bounds>) at config.c:994
#22 0x4047cdad in realtime_peer (peername=0xbe7f8891 "101", sin=0x730)
at chan_sip.c:1696
#23 0x4046cf67 in find_peer (peer=0xbe7f8891 "101&q...
2010 Aug 12
2
thread locked while flushing to database
On a multicore Linux platform I'm running a simple c test program, to
evaluate xapian performance, and inspect advantages in multiple indexing.
I'm starting two threads, and each thread writes to his database.
main th -> indexing thread_1 -> db1
(dispatcher) -> indexing thread_2 -> db2
I use sched_setaffinity to bind each indexing thread to a specific core.
2006 Oct 11
0
Segmentation fault asterisk realtime problem
....
I've cretate sip_buddies and extensions tables into db and edit
res_mysql.conf, extconf.conf without any issues.
So when I start asterisk and my phone try to register using sip user
configured in my db, asterisk stops with Segmentation fault error.
Follow post gdb backtrace
0 0x400337c0 in pthread_setcanceltype () from /lib/libpthread.so.0
#21 0x0805d8de in ast_load_realtime (family=0x666d7464 <Address
0x666d7464 out of bounds>) at config.c:994
#22 0x4047cdad in realtime_peer (peername=0xbe7f8891 "101", sin=0x730)
at chan_sip.c:1696
#23 0x4046cf67 in find_peer (peer=0xbe7f8891 "101&q...
2006 Oct 13
0
Segmentation fault issue
....
I've cretate sip_buddies and extensions tables into db and edit
res_mysql.conf, extconf.conf without any issues.
So when I start asterisk and my phone try to register using sip user
configured in my db, asterisk stops with Segmentation fault error.
Follow post gdb backtrace
0 0x400337c0 in pthread_setcanceltype () from /lib/libpthread.so.0
#21 0x0805d8de in ast_load_realtime (family=0x666d7464 <Address
0x666d7464 out of bounds>) at config.c:994
#22 0x4047cdad in realtime_peer (peername=0xbe7f8891 "101", sin=0x730)
at chan_sip.c:1696
#23 0x4046cf67 in find_peer (peer=0xbe7f8891 "101&q...
2004 Dec 29
29
[Bug 967] Command only sessions hangs on target system.
http://bugzilla.mindrot.org/show_bug.cgi?id=967
Summary: Command only sessions hangs on target system.
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2011 Jul 18
5
[PATCH v3 0/5] btrfs-progs: scrub interface
This is the next patch series for scrub userland tools.
Change log v1->v2:
- commands now reachable as "btrfs scrub ..." instead of "btrfs filesystem
scrub ..."
- ability to scrub a single device instead of a whole file system
- superfluous command line options removed
- resume is now a separate command ("scrub resume") instead of "scrub start -r"
-