1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] segv if I press alt?</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:robert%40paradox.got.net">
<LINK REL="Previous" HREF="000356.html">
<LINK REL="Next" HREF="000360.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] segv if I press alt?</H1>
<B>robert@paradox.got.net</B>
<A HREF="mailto:robert%40paradox.got.net"
TITLE="[Nel] segv if I press alt?">robert@paradox.got.net</A><BR>
<I>Tue, 6 Mar 2001 22:30:39 -0800 (PST)</I>
<P><UL>
<LI> Previous message: <A HREF="000356.html">[Nel] client trouble</A></li>
<LI> Next message: <A HREF="000360.html">[Nel] segv if I press alt?</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#359">[ date ]</a>
<a href="thread.html#359">[ thread ]</a>
<a href="subject.html#359">[ subject ]</a>
<a href="author.html#359">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello again!
I was trying to debug the 'Read error' message, and while switching
between desktops by pressing "Alt-F1" I generated a segmentation fault
before I hit the F1 key. It's extremely easy to duplicate and here's
the traceback:
(gdb) run
Starting program: /usr/local/bin/client
Program received signal SIGSEGV, Segmentation fault.
NLMISC::CBitSet::set (this=0x80a09c4, bitNumber=134875400, value=true) at bit_set.cpp:111
111 Array[bitNumber / BITLEN]|= mask ;
(gdb) bt
#0 NLMISC::CBitSet::set (this=0x80a09c4, bitNumber=134875400, value=true) at bit_set.cpp:111
#1 0x400b9c88 in NLMISC::CEventListenerAsync::operator() (this=0x80a09c0, event=@0x82910c8) at event_listener.cpp:91
#2 0x400ba0f9 in NLMISC::CEventServer::pumpEvent (this=0x80a0940, event=0x82910c8) at event_server.cpp:89
#3 0x400ba047 in NLMISC::CEventServer::pump (this=0x80a0940) at event_server.cpp:67
#4 0x807486f in CLanguageInterface::choose (this=0xbffff39c) at language_interface.cpp:141
#5 0x806fd4e in main (argc=1, argv=0xbffff644) at client.cpp:3078
#6 0x4040ec14 in __libc_start_main () from /lib/i686/libc.so.6
(gdb)
I'm hesitant to file any bugs until I know my development environment
is up to spec and I don't have any problems with wrong library
versions and such.
If someone can confirm that this is a bug in a working client, they or
I can file a bug, otherwise I'll chalk it up to being something on my
end.
Robert
--
Robert de Forest " meetings, n.:
System Administrator A place where minutes are kept
Got.net and hours are lost."
<<A HREF="mailto:robert@got.net">robert@got.net</A>> -- login fortune
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000356.html">[Nel] client trouble</A></li>
<LI> Next message: <A HREF="000360.html">[Nel] segv if I press alt?</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#359">[ date ]</a>
<a href="thread.html#359">[ thread ]</a>
<a href="subject.html#359">[ subject ]</a>
<a href="author.html#359">[ author ]</a>
</LI>
</UL>
</body></html>
|