search for: deadlocks

Displaying 20 results from an estimated 1991 matches for "deadlocks".

Did you mean: deadlock
2006 May 16
4
WARNING[4033]: Avoided initial deadlock for 'Zap/63-1', 10 retries! ... + Kernel Panic!
Hi! We have an Asterisk Bussines Edition ABE-A.1-6 on a PowerEdge 2850 with 4Gb RAM. It was working 24/7 without any for a month, but for not related causes I rebooted it a week ago. Yesterday the machine suddenly stop working, with a kernel panic. We was watching logs, and found in /var/log/asterisk just before the machine hung the messages posted avobe(is the first time we see it). Anyone
2004 Oct 28
5
How to help improving Wine?
Hi, I really did my best to understand how I can help improving Wine, but I did not succed. Well, everything started when I installed a win application on my Debian 3.1, Wine 2004.07.16 deb (clean install, no dlls). The application is ALOHA (http://www.epa.gov/ceppo/cameo/aloha.htm) It's a free application from US-Environment Protection Agency used for chemical emergency planning (I am an
2011 Jan 14
2
DEBUG[27654] channel.c: Avoiding deadlock for channel '0x114af2c0'
Hello list, today I experienced the following for the first time : [Jan 14 11:26:18] DEBUG[27654] channel.c: Avoiding deadlock for channel '0x114af2c0' [Jan 14 11:26:18] DEBUG[27654] channel.c: Avoiding deadlock for channel '0x114af2c0' [Jan 14 11:26:18] DEBUG[27654] channel.c: Avoiding deadlock for channel '0x114af2c0' [Jan 14 11:26:18] DEBUG[27654] channel.c:
2007 Jan 10
1
VIA EPIA DeadLock Issues
Greetings, I've been having a large number of deadlock issues lately on chan_sip occurring only on VIA EPIA ML6000 boards. I'm curious if anyone else is having similar issues. My Config (have multiple systems all running the same hardware with the same problem) VIA EPIA ML6000 1GB RAM 80GB HDD Various Digium Cards (T1 and TDM cards) Trixbox 1.2.2 (though running stock asterisk code)
2006 Feb 11
1
Wine 0.9.7 failure report: hungarian tax software
Hi, I wanted to try Wine whether it was capable of running "Abev", the official hungarian tax software. http://www.apeh.hu/cgi-bin/lap.php?id=prog/pr2006 Main installer is: http://www.apeh.hu/cgi-bin/pil2006.pl?abev2006telep.exe and one has to install at least one tax form type for this software to be usable. Choose one of the numbered tax form installers, e.g.:
2004 Dec 01
6
Avoided deadlock
Dec 1 12:08:43 WARNING[6189]: channel.c:495 ast_channel_walk_locked: Avoided deadlock for 'SIP/2502-6303', 10 retries! Dec 1 12:08:44 WARNING[6189]: channel.c:495 ast_channel_walk_locked: Avoided deadlock for 'SIP/2502-6303', 10 retries! Dec 1 12:08:44 WARNING[6189]: channel.c:495 ast_channel_walk_locked: Avoided deadlock for 'SIP/2502-6303', 10 retries! what does this
2009 Mar 16
4
IrfanView - got installer working, but program won't run
Hi guys! I am new to Wine, and one of my all-time favourite porgrams ever, IrfanView, is the first one I'm trying to run with this emulator. I got past the installation, which needed MFC42.dll, by installing vcrun6 (MS Visual C++ 6 sp4 libraries: mfc42, msvcp60, msvcrt) using WineTricks. Now IrfanView itself still won't run. I re-installed my system after screwing it up last week, before
2015 Sep 08
2
[ThreadSanitizer] Get deadlocks working
...Hi, > > I am interested in understand the compiler-rt thread sanitizer tool and have > recently started experimenting with it. In particular, I'm interested in the > deadlock detector. > > I see that deadlock detection currently don't work. (I tried with a few > simple deadlocks, as well as the test case "must_deadlock.cc" that is in the > test-suite). I understand from the comments that this is because the real > pthread_mutex_lock() is called before the handler (MutexLock()) in tsan. > > 1. Is there any particular reason that this interceptor is des...
2010 Feb 25
1
Deadlock while using MGCP on Asterisk
...Feb 24 22:25:42 DEBUG[28546] channel.c: Avoiding deadlock for 'MGCP/aaln/1 at 028421223635-1' Feb 24 22:29:04 DEBUG[28670] channel.c: Avoiding initial deadlock for 'MGCP/aaln/1 at 028421223635-1' Then, at random time (around 10~16 hours after a restart), Asterisk comes into deadlocks : Feb 25 16:28:22 WARNING[8149] channel.c: Avoided deadlock for '0xb713cb60', 9 retries! Feb 25 16:29:07 WARNING[8180] channel.c: Avoided initial deadlock for '0xb713cb60', 9 retries! Feb 25 16:40:21 WARNING[8629] channel.c: Avoided initial deadlock for '0xb713cb60', 9...
2010 Nov 16
2
Avoiding deadlock
For some reason we are seeing "Avoiding deadlock for channel" in our Asterisk logs, the logs are getting filled up with an amazing speed around 12000 lines a second, and all of them are "Avoiding deadlock". What could be the potential reason for this to be happening? The Asterisk is used as auto dialler, therefore different channel types are involved SIP, DAHDI, Local's.
2010 Mar 05
4
Deadlock in Asterisk 1.4.29.1
Hello, I have previously open a topic on the mailing list about deadlocking on Asterisk 1.2.35. After upgrading to 1.4.29.1 we still experienced the same problem : Mar 5 12:05:56] DEBUG[8647] channel.c: Avoiding initial deadlock for channel '0xb7689840' [Mar 5 12:06:41] DEBUG[7130] channel.c: Avoiding deadlock for channel '0xb7c04788' [Mar 5 12:06:41] DEBUG[7130]
2006 Mar 19
14
Detecting deadlocks with hypervisor..
Hello, I am trying to see if the hypervisor can be used to detect deadlocks in the guest VMs. My goal is to detect if a guest OS is deadlocked, and if it is, then create a clone of the deadlocked OS without the locking condition, and letting the clone run. While the clone runs I am hoping to generate some hints that could tell me what caused the deadlock. I simulated...
2015 Jan 26
5
[LLVMdev] Deadlock in llvm-lit on windows 7
...a lot of text/data to stdout. FYI, I have a couple of unit tests of my own in the code base. On Linux, there is no deadlock but on windows I am hitting a deadlock 7 out of 10 times. I tried invoking python with "-u" but in vain. When I looked at llvm-lit code, I saw the code to avoid deadlocks but there was no guarantee, like the one I pasted above. Would appreciate if some one take a look at it and provide more context on deadlocks. --Sumanth G -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachm...
2006 Feb 08
1
channel.c: Avoided deadlock for '0x91a8b20', 10 retries!
Dear users, Couple of days ago I have updated my * to 1.2.4 with ZAP 1.2.3 Since the upgrade I am having these problems: Feb 7 16:21:18 WARNING[387] channel.c: Avoided deadlock for '0x91a8b20', 10 retries!$ Feb 7 16:23:16 WARNING[16176] channel.c: Avoided deadlock for '0x91a8b20', 10 retries!$ Feb 7 16:23:28 WARNING[16176] channel.c: Avoided deadlock for '0x91a8b20',
2007 Oct 02
3
deadlocks in Drb Server
Hi, we still have the problem in that the Ferret Drb server dies on us sometimes. Looking through ferret_server.out and we come accross this: deadlock 0xb7261cb0: sleep:F(1012) - /usr/lib/ruby/1.8/drb/drb.rb:566 deadlock 0xb71d8654: sleep:F(409) - /usr/lib/ruby/1.8/drb/drb.rb:566 deadlock 0xb723f3e0: sleep:F(7) - /usr/lib/ruby/1.8/drb/drb.rb:566 deadlock 0xb72607c0: sleep:F(11) -
2006 Mar 29
1
Avoiding initial deadlock on iax?
Hi, My asterisk sometimes stop responding to iax calls. In the log, I've found this: Mar 29 13:35:45 DEBUG[8386] channel.c: Avoiding initial deadlock for 'IAX2/trunkjstpcn-3' Mar 29 13:35:45 DEBUG[13002] chan_sip.c: update_call_counter(1409) - decrement call limit counter Mar 29 13:35:45 DEBUG[8386] channel.c: Avoiding initial deadlock for 'IAX2/trunkjstpcn-3' Mar 29
2007 Oct 24
1
Asterisk Shutting Down
We've experienced the same problem twice now in the past month. The asterisk pid stops responding. We aren't able to connect to the CLI and all calls are dropped. The lots are pretty bare as well. This is the message log: Oct 24 09:12:35 WARNING[20711] channel.c: Avoided initial deadlock for '0x8444a70', 10 retries! Oct 24 09:12:35 WARNING[20711] channel.c: Avoided initial
2006 Jan 31
2
Asterisk hangs on 1.2.1
Anyone have any idea what's causing this or how to debug it? I'm pretty sure the root cause is with chan_sccp.so, but not sure how to prove it. I recently upgraded from CVS-head to 1.2.1 and the chan_sccp from 12-17-2005. Now, once or twice a week, I get this on the console: Jan 31 10:39:08 WARNING[10586]: channel.c:784 channel_find_locked: Avoided deadlock for '0xbf1013e0',
2019 May 21
0
[libnbd] tmp patch adding deadlock test
--- This is what I used to provoke the deadlocks; before my patch series, it was succeeding for a fully-parallel server: nbdkit -U - memory 2M --run './deadlock $unixsocket' as well as for a serialized server that didn't trip up Linux kernel buffering limits: nbdkit -U - --filter=noparallel memory 256k --run './deadlock $unixsoc...
2002 Feb 22
2
Problems running HL with todays wine snapshot
Hi, I tried to get HL running with Wine, but some problems occured: With fresh HL-Installation it keeps asking me for the HL-CD even if I mounted it correctly. Drive setup of wine is correct (isn't complaining about a missing drive) I read that installing 1.1.0.8 helps, so I did, but with this patch HL is not even starting, errormsg is There may be more fonts available - try increasing the