IRC log for #asterisk-bugs on 20090727

01:01.01*** join/#asterisk-bugs Deeewayne (n=dwayne@76.29.245.9)
01:01.01*** mode/#asterisk-bugs [+o Deeewayne] by ChanServ
05:28.28*** join/#asterisk-bugs ChanServ (ChanServ@services.)
05:28.28*** mode/#asterisk-bugs [+o ChanServ] by irc.freenode.net
05:28.45*** join/#asterisk-bugs Qwell (i=north@pdpc/sponsor/digium/Qwell) [NETSPLIT VICTIM]
05:28.45*** mode/#asterisk-bugs [+o Qwell] by irc.freenode.net
06:27.35*** join/#asterisk-bugs mvanbaak_ (i=mvanbaak@asterisk/contributor-and-bug-marshal/mvanbaak)
06:30.46*** join/#asterisk-bugs |Cybex| (n=John@80.100.126.176)
07:08.40Entomologist*** CLOSED (15587) [Channels/chan_skinny] Segfault in chan_sccp when registering Cisco 7931
07:08.40EntomologistAssigned to: mvanbaak
07:08.40EntomologistReported by: Alyce  Karma: 0
07:08.40Entomologisthttps://issues.asterisk.org/view.php?id=15587
07:08.40Entomologist*********************************************************
10:26.08*** join/#asterisk-bugs Qwell (i=north@pdpc/sponsor/digium/Qwell) [NETSPLIT VICTIM]
10:26.08*** mode/#asterisk-bugs [+o Qwell] by irc.freenode.net
10:37.59*** join/#asterisk-bugs ChanServ (ChanServ@services.)
10:37.59*** mode/#asterisk-bugs [+o ChanServ] by irc.freenode.net
10:57.53*** join/#asterisk-bugs guax (n=guaxinim@unaffiliated/guaxinim)
12:18.32*** join/#asterisk-bugs Victor_Yure (n=victor@unaffiliated/victoryure/x-837844)
12:38.55*** join/#asterisk-bugs leifmadsen (n=Leif@asterisk/documenteur-extraordinaire/blitzrage)
12:38.56*** mode/#asterisk-bugs [+o leifmadsen] by ChanServ
12:58.45*** join/#asterisk-bugs Hatrix (n=Hatrix76@213.201.24.127.static.user.ono.com)
13:00.20Hatrixhello, my asterisk segfaults (in the actual case due to libpthread-2.7.so ... the problem is, I do not have a core-dump though the option -g (which is, if I interpreted correctly) responsible for creating the core-dump) is given ... Is there anything else I need that the asterisk could produce a core-dump?
13:01.45Hatrixand, can I test the creation of core-dumps? is there a way to produce one just to see if it works?
13:02.47leifmadsenHatrix: if you have -g, then a core dump will be produced if there is a segfault
13:02.59leifmadsenit will show up in the directory you ran asterisk
13:03.21leifmadsen(or sometimes /tmp if you're using something like the safe_asterisk script, or a script in init.d (which uses the safe_asterisk script))
13:05.56Hatrixleifmadsen: i am not using the safe_asterisk script, my init script (on debian) starts the asterisk directly (well, using the debian starterhelper start-stop-daemon with /usr/sbin/asterisk).
13:06.11Hatrixleifmadsen: If I start asterisk it's running like this: /usr/sbin/asterisk -U asterisk -G asterisk -g
13:06.25leifmadsennotice the -g
13:06.40leifmadsenif it segfaulted, it probably created a coredump
13:06.44leifmadsencheck /tmp
13:07.00leifmadsenor just do a search for "core." which should return something like "core.75623"
13:07.17HatrixI have a segfault: kernel: [1141235.970672] asterisk[13250]: segfault at c ip b7f5f9a0 sp b7ab11c4 error 4 in libpthread-2.7.so[b7f58000+15000]
13:07.22leifmadsenalso, you'll need to make sure you have DONT_OPTIMIZE enabled in the Compiler Flags of menuselect in order to produce a useful backtrace
13:07.37leifmadsenyou'll still need the core file
13:07.38Hatrixand I searched with find over everything (find / -name core*) and it did not find anything
13:07.44leifmadsenvery odd
13:08.02leifmadsencould have been that something else segfaulted other than Asterisk I guess... ? I have no idea.
13:08.36Hatrixno, it was the asterisk as mentioned in the logfile AND asterisk was not running thereafter ...
13:08.58leifmadsenstill doesn't know why you don't have a core file
13:09.03leifmadsenblames debian, or something.
13:09.57Hatrixmy problem is, we have a large client which has random problems with asterisk (losing of a single queue (yes, sometimes ONE queue gets lost and you have to reload queue), segfault with app_queue) so I try to reproduce it in our Lab ... and i got this segfault i mentioned above after nearliy 434.604 calls ...
13:10.25Hatrixmy big problem is, how am i supposed to be able to debug if my asterisk does not drop me a nicely corefile :-)
13:10.54leifmadsenno idea -- I've never had that problem when running with -g
13:11.07leifmadsenmaybe just run asterisk in the foreground on the lab machine, and just do:    asterisk -cvvvvg
13:11.13leifmadsen(or just asterisk -cg)
13:11.27Hatrixhmmm
13:11.30leifmadsenagain, make sure you have DONT_OPTIMIZE enabled, or the core will be pretty much useless
13:11.44leifmadsen(you will need to run "make install" after you've enabled it)
13:11.50scoofleifmadsen: I believe we get cores from * started with a debian(-based) init-script, so it is possible
13:12.55Hatrixscoof: yeah ... but why don't I get one ... is there maybe something in the OS I have to do to produce the core-dumps?
13:13.18scoofHatrix: have you played around with ulimit?
13:13.35Hatrixonly to have more open files ...
13:13.43Hatrixtakes the hint
13:15.13scoofHatrix: which user are you running asterisk as?
13:15.23Hatrixasterisk
13:15.41Hatrix(and group asterisk)
13:17.07scoofHatrix: we set ulimit -c unlimited in safe_asterisk
13:18.45Hatrixok, i will try to play around with ulimit a bit
13:18.49Hatrixthanx for the hint
13:29.35*** join/#asterisk-bugs JunK-Y (n=junky@modemcable206.69-20-96.mc.videotron.ca)
13:29.35*** mode/#asterisk-bugs [+o JunK-Y] by ChanServ
13:32.09Hatrixis there a known way to produce a coredump so I'l know if it works or not?
13:38.53*** join/#asterisk-bugs mvanbaak (n=michiel@asterisk/contributor-and-bug-marshal/mvanbaak)
13:39.04JunK-YHatrix: kill -6 pid
13:39.10JunK-Yor -11 :)
13:44.14Hatrixvery strange, with the safe_asterisk it's working, without not, even if i use the ulimit stuff, whatever, thanks guys to get my cores dumped :-)
13:48.22*** join/#asterisk-bugs putnopvut (n=putnopvu@asterisk/master-of-queues/mmichelson)
13:48.22*** mode/#asterisk-bugs [+o putnopvut] by ChanServ
14:05.04*** join/#asterisk-bugs awk_r (n=awk@nat/digium/x-4541873b2870d7bf)
14:43.12*** join/#asterisk-bugs jsmith-away (n=jsmith@asterisk/training-and-documentation-guru/jsmith)
14:43.12*** join/#asterisk-bugs Pagautas (n=bigman@ns.voip.ktu.lt)
14:43.12*** mode/#asterisk-bugs [+o jsmith-away] by irc.freenode.net
14:49.26*** join/#asterisk-bugs Juggie (n=Juggie@CPE001601df17fb-CM001ceac25ada.cpe.net.cable.rogers.com)
14:49.26*** mode/#asterisk-bugs [+o Juggie] by ChanServ
14:57.59*** join/#asterisk-bugs jpeeler (n=jpeeler@asterisk/digium-software-dev/jpeeler)
15:11.33*** join/#asterisk-bugs Deeewayne (n=dwayne@75.76.254.162)
15:11.33*** mode/#asterisk-bugs [+o Deeewayne] by ChanServ
15:23.22*** join/#asterisk-bugs Corydon76-lap (n=Corydon7@pdpc/supporter/bronze/Corydon76-home)
15:23.22*** mode/#asterisk-bugs [+o Corydon76-lap] by ChanServ
16:14.05*** join/#asterisk-bugs mnicholson (n=mnichols@nat/digium/x-4c6ccd4da642b34b)
16:15.44Entomologist*** CLOSED (15578) [Applications/app_fax] SendFAX not working with T.38
16:15.44EntomologistReported by: ChrisDE  Karma: -8
16:15.44Entomologisthttps://issues.asterisk.org/view.php?id=15578
16:15.44Entomologist*********************************************************
16:33.53Entomologist*** CLOSED (15571) [General] [patch] 'received' typos in trunk, in 6 files
16:33.53EntomologistAssigned to: dbrooks
16:33.53EntomologistReported by: alecdavis  Karma: 44.5
16:33.53Entomologisthttps://issues.asterisk.org/view.php?id=15571
16:33.53Entomologist*********************************************************
16:34.12*** join/#asterisk-bugs mvanbaak_ (n=michiel@asterisk/contributor-and-bug-marshal/mvanbaak)
16:34.31*** join/#asterisk-bugs mvanbaak_ (n=michiel@asterisk/contributor-and-bug-marshal/mvanbaak)
17:04.23leifmadsenputnopvut: ping?
17:05.24leifmadsenre: 14496 -- do you think we should just modify the configure script to look for imap, and update the documentation appropriately
17:05.25leifmadsen?
17:05.52leifmadsenI think that makes the most sense -- there is no point in having it look for a specific version, especially if we've deemed that version buggy and crash prone
17:20.25putnopvutleifmadsen: pong.
17:20.31putnopvutis reading what you have typed.
17:22.24putnopvutleifmadsen: Well, keep in mind that it's not necessarily looking for the buggy version. It's just looking for any IMAP version in the ../imap-2004g directory. You could just as easily have a different version's source in that directory and things would still work. I think the configure script should be changed to look in ../imap instead.
17:22.37putnopvutThat way it's more clear that it doesn't matter what version of the source is installed there.
17:22.46putnopvutThe documentation would need to be updated to reflect that too.
17:23.12putnopvutThe tricky thing here is that there could be users depending on the ../imap-2004g behavior, so that may need to be a last resort of the configure script.
17:23.17leifmadsenputnopvut: just submitted a patch to do that
17:23.22putnopvutSo it would still work, but it would be undocumented.
17:23.51leifmadsenwell, i can't think of how many people are really relying on that functionality -- we could just put it in trunk, and have it in the UPGRADE.txt file ?
17:24.12leifmadsen(the imap-2004g I mean)
17:24.28leifmadsensince it seems anyone who is actually using that old of a version must be having some sort of crashing issues with it?
17:33.51putnopvutWell, once again, I'm not suggesting that they're actually using the 2004g version.
17:34.28putnopvutI'm just saying that there may be people who, oddly enough, know that they can put IMAP source in ../imap-2004g and the configure script will pick up on it without their having to specify the full path of the IMAP source.
17:34.38putnopvutThe chances of this are, well, really really low.
17:35.48leifmadsenputnopvut: sorry, that's what I meant :)
17:44.09Entomologist*** CLOSED (15182) [Channels/chan_sip/T.38] [patch] T.38 invite does not always comply with RFC 2327
17:44.10EntomologistReported by: CGMChris  Karma: 0
17:44.10Entomologisthttps://issues.asterisk.org/view.php?id=15182
17:44.10Entomologist*********************************************************
18:21.34*** join/#asterisk-bugs _charly_ (i=kroseneg@sunrise.schmidham.net)
18:40.17Entomologist*** CLOSED (14334) [Documentation] Documentation for configuration of res_ldap
18:40.17EntomologistAssigned to: lmadsen
18:40.17EntomologistReported by: lmadsen  Karma: 39.25
18:40.17Entomologisthttps://issues.asterisk.org/view.php?id=14334
18:40.18Entomologist*********************************************************
19:45.26Entomologist*** CLOSED (15321) [PBX/pbx_dundi] [patch] Patch to make DUNDi load balance across hosts with the same weight
19:45.26EntomologistReported by: irish  Karma: 0
19:45.26Entomologisthttps://issues.asterisk.org/view.php?id=15321
19:45.26Entomologist*********************************************************
19:52.00Entomologist*** CLOSED (14905) [Core/General] [patch] Log message storms prevention.
19:52.01EntomologistReported by: bamby  Karma: 17
19:52.01Entomologisthttps://issues.asterisk.org/view.php?id=14905
19:52.01Entomologist*********************************************************
19:53.30Entomologist*** CLOSED (15507) [Applications/app_queue] Queue members penalties issue
19:53.30EntomologistReported by: jcastilho  Karma: 0
19:53.30Entomologisthttps://issues.asterisk.org/view.php?id=15507
19:53.30Entomologist*********************************************************
20:02.08Entomologist*** CLOSED (15589) [Applications/app_queue] deny caller transfer to the extension
20:02.09EntomologistReported by: oxymoron  Karma: 0
20:02.09Entomologisthttps://issues.asterisk.org/view.php?id=15589
20:02.09Entomologist*********************************************************
20:04.53Entomologist*** CLOSED (15099) [Channels/chan_dahdi] 1.6.1/DAHDI: No outgoing analogue calls possible
20:04.53EntomologistReported by: reinerotto  Karma: 0
20:04.53Entomologisthttps://issues.asterisk.org/view.php?id=15099
20:04.53Entomologist*********************************************************
20:11.44Entomologist*** CLOSED (15051) [Resources/res_musiconhold] [patch] Moh class set in the dialplan is ignored with realtime moh
20:11.44EntomologistReported by: alexh  Karma: 0
20:11.44Entomologisthttps://issues.asterisk.org/view.php?id=15051
20:11.44Entomologist*********************************************************
20:13.12*** join/#asterisk-bugs ChanServ (ChanServ@services.)
20:13.12*** mode/#asterisk-bugs [+o ChanServ] by irc.freenode.net
20:14.12Entomologist*** CLOSED (15533) [PBX/General] WARNING[9078]: file.c:677 ast_readaudio_callback: Failed to write frame
20:14.12EntomologistReported by: shabbir52  Karma: 0
20:14.12Entomologisthttps://issues.asterisk.org/view.php?id=15533
20:14.12Entomologist*********************************************************
20:21.38Entomologist*** CLOSED (14112) [Channels/chan_agent] [patch] Thread deadlock causes Asterisk to stop routing calls to agents, agents unable to change status
20:21.38EntomologistAssigned to: dvossel
20:21.38EntomologistReported by: sroberts  Karma: 0
20:21.38Entomologisthttps://issues.asterisk.org/view.php?id=14112
20:21.38Entomologist*********************************************************
20:23.23putnopvutooh, that one got closed.
20:23.25putnopvutnice.
20:31.52The_Boy_Wonderleifmadsen is my hero
20:33.02leifmadsenThe_Boy_Wonder: I've heard that a couple times from you now :)
20:33.13leifmadsenyay bug triage
20:33.13fileThe_Boy_Wonder is my hero
20:33.22leifmadsenfile is my hero
20:33.28leifmadsen(ooo... cyclical)
20:33.32The_Boy_WonderLOOOOOOOOP
20:33.58leifmadsenis assigning RR issues to version numbers
20:34.08leifmadsen(roadmap)
20:36.56leifmadsenM14573
20:36.58MuffinMan[acknowledged] [Asterisk] Channels/chan_sip/General 0014573: 'autodomain' doesn't work reported by pj (Karma: +9.50) https://issues.asterisk.org/view.php?id=14573
20:37.01leifmadsendoes anyone else think this is really an issue?
20:37.57putnopvutleifmadsen: change the documentation to state that a wildcard bindaddr will not cause the server's IP address to be added if autodomain is enabled.
20:38.11putnopvutActually, no.
20:38.21leifmadsenputnopvut: well, he is saying that it is not adding 192.168.1.5
20:38.22putnopvutIt's probably a better idea to just make the code match the documentation.
20:38.25leifmadsen(IP address)
20:38.31putnopvutRight, and I understand why.
20:38.35leifmadsenoh ya?
20:38.39leifmadsensweet
20:38.45putnopvutAt least I think I do. I looked at the issue last week a bit.
20:38.53putnopvutI think that he has bindaddr=0.0.0.0
20:38.58leifmadsenmost likely
20:39.29putnopvutBut the thing is, the code has to have a local IP address stored somewhere, so it makes sense to be able to add that IP address to the list of domains even if a wildcard bindaddr was used.
20:40.34leifmadsenright
20:40.37leifmadsenmakes sense to me
21:05.18Entomologist*** CLOSED (15553) [Utilities] [patch] Dahdi_scan gives you wrong information about signaling when specify the span number
21:05.18EntomologistAssigned to: seanbright
21:05.18EntomologistReported by: tony  Karma: 0
21:05.18Entomologisthttps://issues.asterisk.org/view.php?id=15553
21:05.18Entomologist*********************************************************
22:11.38mvanbaakleifmadsen: thanks for fixing the version info of 15499
22:11.55mvanbaakall I did was come up with a patch ;)
23:19.27*** join/#asterisk-bugs bbryant (n=brett@c-68-59-22-114.hsd1.sc.comcast.net)
23:19.27*** mode/#asterisk-bugs [+o bbryant] by ChanServ

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.