diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-March/000359.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-March/000359.html | 85 |
1 files changed, 85 insertions, 0 deletions
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 @@ +<!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> |