]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000312.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000312.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5.0a22 Segfault on unlink
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a22%20Segfault%20on%20unlink&In-Reply-To=NDBBLDHKLKMANPGMACIGEEIHCOAA.rg%40tcslon.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000311.html">
11 <LINK REL="Next" HREF="000313.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5.0a22 Segfault on unlink</H1>
15 <B>Russell Garrett</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a22%20Segfault%20on%20unlink&In-Reply-To=NDBBLDHKLKMANPGMACIGEEIHCOAA.rg%40tcslon.com"
17 TITLE="[IRCServices Coding] Services 5.0a22 Segfault on unlink">rg at tcslon.com
18 </A><BR>
19 <I>Sat Feb 23 09:09:30 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000311.html">[IRCServices Coding] Services 5.0a22 Segfault on unlink
22 </A></li>
23 <LI>Next message: <A HREF="000313.html">[IRCServices Coding] rfc violation ?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#312">[ date ]</a>
27 <a href="thread.html#312">[ thread ]</a>
28 <a href="subject.html#312">[ subject ]</a>
29 <a href="author.html#312">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>OK, I've just compiled gdb 5.1 on the server and the backtrace it
35 produces is somewhat different, so here it is (running off the actual
36 binaries this time) - it seems to make a bit more sense:
37
38 (gdb) bt
39 #0 0x40063431 in _IO_vfprintf (s=0xbfffce58, format=0x4015d900
40 &quot;%s!%s@%s unlinked nick %s from %s&quot;, ap=0xbffff60c) at
41 vfprintf.c:1259
42 #1 0x40066724 in buffered_vfprintf (s=0x8079790, format=0x4015d900
43 &quot;%s!%s@%s unlinked nick %s from %s&quot;, args=0xbffff5f8) at
44 vfprintf.c:1758
45 #2 0x40061966 in _IO_vfprintf (s=0x8079790, format=0x4015d900
46 &quot;%s!%s@%s unlinked nick %s from %s&quot;, ap=0xbffff5f8) at
47 vfprintf.c:1029
48 #3 0x08051430 in vlogprintf (fmt=0x4015d900 &quot;%s!%s@%s unlinked nick
49 %s from %s&quot;, args=0xbffff5f8) at log.c:34
50 #4 0x08051727 in _module_log (modname=0x81220c0 &quot;nickserv/link&quot;,
51 fmt=0x4015d900 &quot;%s!%s@%s unlinked nick %s from %s&quot;) at log.c:189
52 #5 0x4015d3dd in do_unlink (u=0x812ece0) at link.c:152
53 #6 0x0804df7a in run_cmd (service=0x8120df0 &quot;NickServ&quot;, u=0x812ece0,
54 id=0x811d1c8, cmd=0xbffff72e &quot;unlink&quot;) at commands.c:175
55 #7 0x4014f377 in nickserv (source=0xbffff95c &quot;Russ&quot;,
56 target=0xbffff724 &quot;nickserv&quot;, buf=0xbffff72e &quot;unlink&quot;) at main.c:177
57 #8 0x08053f1d in call_callback_5 (module=0x0, id=26,
58 arg1=0xbffff95c, arg2=0xbffff724, arg3=0xbffff72e, arg4=0x0,
59 arg5=0x0)
60 at modules.c:623
61 #9 0x080521c5 in m_privmsg (source=0xbffff95c &quot;Russ&quot;, ac=2,
62 av=0x812e838) at messages.c:170
63 #10 0x0805447c in process () at process.c:131
64 #11 0x08051a31 in readline_callback (s=0x812bb70, param_unused=0x24)
65 at main.c:158
66 #12 0x080557bf in check_sockets () at sockets.c:375
67 #13 0x08051c8d in main (ac=1, av=0xbffffb54, envp=0xbffffb5c) at
68 main.c:255
69 #14 0x400349cb in __libc_start_main (main=0x8051a34 &lt;main&gt;, argc=1,
70 argv=0xbffffb54, init=0x804bc88 &lt;_init&gt;, fini=0x805821c &lt;_fini&gt;,
71 rtld_fini=0x4000ae60 &lt;_dl_fini&gt;, stack_end=0xbffffb4c) at
72 ../sysdeps/generic/libc-start.c:92
73
74
75 Russ Garrett (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">russ at garrett.co.uk</A>)
76
77
78 </PRE>
79
80 <!--endarticle-->
81 <HR>
82 <P><UL>
83 <!--threads-->
84 <LI>Previous message: <A HREF="000311.html">[IRCServices Coding] Services 5.0a22 Segfault on unlink
85 </A></li>
86 <LI>Next message: <A HREF="000313.html">[IRCServices Coding] rfc violation ?
87 </A></li>
88 <LI> <B>Messages sorted by:</B>
89 <a href="date.html#312">[ date ]</a>
90 <a href="thread.html#312">[ thread ]</a>
91 <a href="subject.html#312">[ subject ]</a>
92 <a href="author.html#312">[ author ]</a>
93 </LI>
94 </UL>
95
96 </body></html>