]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002082.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 002082.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Serious Bug, Probaby should be fixed
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Serious%20Bug%2C%20Probaby%20should%20be%20fixed&In-Reply-To=3eea0261.21441%40mail.achurch.org">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002081.html">
11 <LINK REL="Next" HREF="002083.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Serious Bug, Probaby should be fixed</H1>
15 <B>Jeffery Kam</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Serious%20Bug%2C%20Probaby%20should%20be%20fixed&In-Reply-To=3eea0261.21441%40mail.achurch.org"
17 TITLE="[IRCServices Coding] Serious Bug, Probaby should be fixed">jskam at shaw.ca
18 </A><BR>
19 <I>Fri Jun 13 15:35:32 PDT 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002081.html">[IRCServices Coding] Serious Bug, Probaby should be fixed
22 </A></li>
23 <LI>Next message: <A HREF="002083.html">[IRCServices Coding] Serious Bug, Probaby should be fixed
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2082">[ date ]</a>
27 <a href="thread.html#2082">[ thread ]</a>
28 <a href="subject.html#2082">[ subject ]</a>
29 <a href="author.html#2082">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>(gdb) bt
35 #0 0x08053076 in irc_stricmp (s1=0x81c9f10 &quot;Azheman|School&quot;, s2=0x0) at
36 misc.c:70
37 #1 0x281d804d in handle_nickserv (c=0x81ee100, close_ptr=0x41,
38 path=0x81ef00e &quot;Azheman|School&quot;) at dbaccess.c:679
39 #2 0x281d6e5b in do_request (c=0x81ee100, close_ptr=0xbfbfe9ec) at
40 dbaccess.c:128
41 #3 0x08054b6e in call_callback_5 (module=0x81c8600, id=97,
42 arg1=0x81ee100, arg2=0xbfbfe9ec, arg3=0x0, arg4=0x0, arg5=0x0)
43 at modules.c:658
44 #4 0x281cd226 in handle_request (c=0x81ee100) at main.c:694
45 #5 0x281cc826 in do_readline (socket=0x8076000, param_unused=0x2) at
46 main.c:314
47 #6 0x08056739 in check_sockets () at sockets.c:392
48 #7 0x08052569 in main (ac=1, av=0xbfbffbf4, envp=0xbfbffbfc) at
49 main.c:248
50 #8 0x0804c0b5 in _start ()
51 (gdb) quit
52
53 And I am currently running FreeBSD 5.0-Release. As for the
54 Azheman|School nickname, that is the nickname I clicked on that made it
55 crash, however, if I click on any nickname, it does the same thing.
56 Hope this helps Andrew.
57
58 Thanks
59
60 -----Original Message-----
61 From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-bounces at ircservices.za.net</A>
62 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-bounces at ircservices.za.net</A>] On Behalf Of
63 Andrew Church
64 Sent: Friday, June 13, 2003 10:50 AM
65 To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
66 Subject: RE: [IRCServices Coding] Serious Bug, Probaby should be fixed
67
68 A GDB backtrace would be helpful:
69
70 gdb /usr/local/bin/ircservices /usr/local/lib/ircservices/core
71 [or whatever your pathnames are]
72 ...
73 (gdb) bt
74 ------------- clip/copy and send from here --------------
75 #0 ... at somefile.c:NNN
76 #1 ...
77 ...
78 ----------------------- to here -------------------------
79 (gdb) quit
80
81 If you don't get the &quot;at somefile:NNN&quot; in the backtrace, your executable
82 is missing debugging information--recompile (make sure you haven't
83 removed
84 the &quot;-g&quot; in MORE_CFLAGS in the makefile) and don't strip the executable
85 before running it.
86
87 Also, are you using a SPARC, i.e. Sun system? GCC on SPARC systems
88 has at least one bug that is triggered by Services and causes Services
89 to
90 crash for apparently random reasons.
91
92 --Andrew Church
93 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
94 <A HREF="http://achurch.org/">http://achurch.org/</A>
95
96 </PRE>
97
98 <!--endarticle-->
99 <HR>
100 <P><UL>
101 <!--threads-->
102 <LI>Previous message: <A HREF="002081.html">[IRCServices Coding] Serious Bug, Probaby should be fixed
103 </A></li>
104 <LI>Next message: <A HREF="002083.html">[IRCServices Coding] Serious Bug, Probaby should be fixed
105 </A></li>
106 <LI> <B>Messages sorted by:</B>
107 <a href="date.html#2082">[ date ]</a>
108 <a href="thread.html#2082">[ thread ]</a>
109 <a href="subject.html#2082">[ subject ]</a>
110 <a href="author.html#2082">[ author ]</a>
111 </LI>
112 </UL>
113
114 </body></html>