From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-March/000359.html | 85 ++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 pipermail/nel/2001-March/000359.html (limited to 'pipermail/nel/2001-March/000359.html') diff --git a/pipermail/nel/2001-March/000359.html b/pipermail/nel/2001-March/000359.html new file mode 100644 index 00000000..bbc60ef9 --- /dev/null +++ b/pipermail/nel/2001-March/000359.html @@ -0,0 +1,85 @@ + + + + [Nel] segv if I press alt? + + + + + + +

[Nel] segv if I press alt?

+ robert@paradox.got.net + robert@paradox.got.net
+ Tue, 6 Mar 2001 22:30:39 -0800 (PST) +

+
+ +
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."
+<robert@got.net>                    -- login fortune
+
+
+
+ + + + +
+

+ -- cgit v1.2.1