<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/lkcd/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/lkcd/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/lkcd/bugs/</id><updated>2009-01-02T07:32:52Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>missing depend in libsial/Makefile</title><link href="https://sourceforge.net/p/lkcd/bugs/11/" rel="alternate"/><published>2009-01-02T07:32:52Z</published><updated>2009-01-02T07:32:52Z</updated><author><name>Mike Frysinger</name><uri>https://sourceforge.net/u/vapier/</uri></author><id>https://sourceforge.netccf87c680922d468e71bb94b2329d9a809a7104e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the libsial/Makefile file in the 6.2.0 release does not declare a dependency of sial_api.o on sial.tab.h&lt;/p&gt;
&lt;p&gt;as such, a parallel build may fail as make attempts to compile sial_api.c before sial.tab.h has been generated&lt;/p&gt;
&lt;p&gt;--- a/libsial/Makefile&lt;br /&gt;
+++ b/libsial/Makefile&lt;br /&gt;
@@ -53,7 +53,7 @@&lt;br /&gt;
./mkbaseop &amp;gt; baseops.c&lt;br /&gt;
$(CC) $(CFLAGS) -c baseops.c&lt;/p&gt;
&lt;p&gt;-mkbaseop.c sial_member.o sial_op.o sial_stat.o sial_type.o y.tab.o : sial.tab.h&lt;br /&gt;
+mkbaseop.c sial_api.o sial_member.o sial_op.o sial_stat.o sial_type.o y.tab.o : sial.tab.h&lt;/p&gt;
&lt;p&gt;lex.sial.o: lex.sial.c sial.tab.c sial.h&lt;br /&gt;
$(CC) $(CFLAGS) -c lex.sial.c&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>trivial, missing COPYING in bunch-0.3.tgz</title><link href="https://sourceforge.net/p/lkcd/bugs/10/" rel="alternate"/><published>2006-11-15T04:24:27Z</published><updated>2006-11-15T04:24:27Z</updated><author><name>James Cameron</name><uri>https://sourceforge.net/u/quozl/</uri></author><id>https://sourceforge.net840bd30978127926f7347b7aa19966a2911ac0f9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Although the .c source files have the GPL prelude, the full text of the license is not present in the distribution of buncho-0.3.tgz&lt;/p&gt;
&lt;p&gt;It isn't clear whether the license covers the scripts or regnat.S.&lt;/p&gt;
&lt;p&gt;Suggest adding COPYING to the build of the tarball next time.&lt;/p&gt;
&lt;p&gt;I wasn't able to find any "make dist" target, so the attached patch adds one.  COPYING still needs to be added though.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>unable to compile lkcd due to error</title><link href="https://sourceforge.net/p/lkcd/bugs/9/" rel="alternate"/><published>2005-10-11T01:08:20Z</published><updated>2005-10-11T01:08:20Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net6d8bfcd8ebe8fb7a54e313b86d31b71eeb37dd8e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am using a i386 system. Here is the error I get when&lt;br /&gt;
i try to compile:&lt;/p&gt;
&lt;p&gt;cc -I/usr/src/kernelmods/lkcdutils/dwarf/libdwarf -g&lt;br /&gt;
-D_FILE_OFFSET_BITS=64 -DARCH=i386   -Iinclude&lt;br /&gt;
-I../liballoc -I../libutil -I/usr/local/include&lt;br /&gt;
-I/usr/include/libelf -Wall -Wstrict-prototypes&lt;br /&gt;
-DDUMP_ARCH_I386  -c -o kl_cmp.o kl_cmp.c&lt;br /&gt;
kl_cmp.c:37: error: static declaration of cache_head&lt;br /&gt;
follows non-static declaration&lt;br /&gt;
include/kl_cmp.h:85: error: previous declaration of&lt;br /&gt;
cache_head was here&lt;br /&gt;
kl_cmp.c:37: error: static declaration of cache_tail&lt;br /&gt;
follows non-static declaration&lt;br /&gt;
include/kl_cmp.h:86: error: previous declaration of&lt;br /&gt;
cache_tail was here&lt;br /&gt;
kl_cmp.c: In function kl_compress_gzip:&lt;br /&gt;
kl_cmp.c:1338: warning: pointer targets in passing&lt;br /&gt;
argument 1 of compress differ in signedness&lt;br /&gt;
kl_cmp.c:1338: warning: pointer targets in passing&lt;br /&gt;
argument 3 of compress differ in signedness&lt;br /&gt;
make: *** [kl_cmp.o] Error 1&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>"invalid address mapping" error comes in lcrash</title><link href="https://sourceforge.net/p/lkcd/bugs/8/" rel="alternate"/><published>2005-04-25T05:55:31Z</published><updated>2005-04-25T05:55:31Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net96fc48a3dd6c4792a6667437c82d27a383fe354b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We are using the linux kernel 2.4.18-14 for development&lt;br /&gt;
of a networking product and have used the lkcd for&lt;br /&gt;
generation of core dumps is case the linux kernel&lt;br /&gt;
crashes. The system has about one gig of RAM, but the&lt;br /&gt;
amount of memory visible to the kernel is passed as 128&lt;br /&gt;
MB to the kernel at boot time in the "mem" parameter&lt;br /&gt;
for lilo. Till now, the crash dumps that we were&lt;br /&gt;
getting were readable by the lcrash and everything was&lt;br /&gt;
running fine. Recently we have increased the amount of&lt;br /&gt;
memory visible to the kernel from 128 to 384 MB. After&lt;br /&gt;
this change the crash dumps created were unreadable by&lt;br /&gt;
the lcrash util and we get "invalid memory mapping"&lt;br /&gt;
errors in lcrash. Can u help us in here (like pointing&lt;br /&gt;
to some fix in lkcd or some special cfg to be done). I&lt;br /&gt;
am pasting the device stats and the /ect/sysconfig/dump&lt;br /&gt;
file in the mail.&lt;/p&gt;
&lt;p&gt;Device stats:&lt;br /&gt;
Disk /dev/sda: 255 heads, 63 sectors, 4462 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 bytes&lt;/p&gt;
&lt;p&gt;Device Boot    Start       End    Blocks   Id  System&lt;br /&gt;
/dev/sda1   *         1       131   1052226   83  Linux&lt;br /&gt;
/dev/sda2           132      2742  20972857+  83  Linux&lt;br /&gt;
/dev/sda3          2743      3264   4192965   82  Linux&lt;br /&gt;
swap (second swap)&lt;br /&gt;
/dev/sda4          3265      4462   9622935    f  Win95&lt;br /&gt;
Ext'd (LBA)&lt;br /&gt;
/dev/sda5          3265      3786   4192933+  83  Linux&lt;br /&gt;
/dev/sda6          3787      4047   2096451   83  Linux&lt;br /&gt;
/dev/sda7          4048      4462   3333456   82  Linux&lt;br /&gt;
swap (first swap)&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;/etc/sysconfig/dump:&lt;/p&gt;
&lt;p&gt;DUMP_ACTIVE=1&lt;br /&gt;
DUMPDEV=/dev/vmdump&lt;br /&gt;
DUMPDIR=/var/log/dump&lt;br /&gt;
DUMP_SAVE=1&lt;br /&gt;
DUMP_LEVEL=8&lt;br /&gt;
DUMP_FLAGS=0&lt;br /&gt;
DUMP_COMPRESS=0&lt;br /&gt;
PANIC_TIMEOUT=600&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Seekig help desparately,&lt;br /&gt;
Anurag Mathur &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build fails WRT CONFIG_SCHEDSTATS</title><link href="https://sourceforge.net/p/lkcd/bugs/7/" rel="alternate"/><published>2005-02-15T14:24:30Z</published><updated>2005-02-15T14:24:30Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net85f2682f7c7dd360538a50de1bca3b320e2d7299</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Build fails with my config because struct runqueue def was&lt;br /&gt;
moved from sched.c to sched.h, but not completely -- small&lt;br /&gt;
portion inside #ifdef CONFIG_SCHEDSTATS was dropped.&lt;/p&gt;
&lt;p&gt;I fixed this myself, but now got another error:&lt;/p&gt;
&lt;p&gt;drivers/dump/dump_overlay.c: In function&lt;br /&gt;
`dump_passthru_add_data':&lt;br /&gt;
drivers/dump/dump_overlay.c:791: error: structure has&lt;br /&gt;
no member named `count'&lt;/p&gt;
&lt;p&gt;I think it's due to similar matter.&lt;/p&gt;
&lt;p&gt;-- &lt;br /&gt;
Digging further...&lt;br /&gt;
xrgtn (arg@online.com.ua)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Building of lkcdutils fails with following error.</title><link href="https://sourceforge.net/p/lkcd/bugs/6/" rel="alternate"/><published>2005-02-14T14:39:57Z</published><updated>2005-02-14T14:39:57Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcde143bda6cd514a9b1c1ee03f449267cf6f71f3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;[root@localhost lkcdutils]# pwd&lt;br /&gt;
/lkcd/lkcdutils&lt;br /&gt;
onfigure: creating ./config.status&lt;br /&gt;
config.status: creating Makefile&lt;br /&gt;
config.status: creating config.h&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_abbrev.o dwarf_abbrev.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_alloc.o dwarf_alloc.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_arange.o dwarf_arange.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_die_deliv.o dwarf_die_deliv.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_error.o dwarf_error.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_form.o dwarf_form.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_frame.o dwarf_frame.c&lt;br /&gt;
dwarf_frame.c: In function&lt;br /&gt;
`dwarf_expand_frame_instructions':&lt;br /&gt;
dwarf_frame.c:2140: warning: cast from pointer to&lt;br /&gt;
integer of different size&lt;br /&gt;
dwarf_frame.c:2140: warning: cast to pointer from&lt;br /&gt;
integer of different size&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_funcs.o dwarf_funcs.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_global.o dwarf_global.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_init_finish.o&lt;br /&gt;
dwarf_init_finish.c&lt;br /&gt;
dwarf_init_finish.c: In function `_dwarf_setup':&lt;br /&gt;
dwarf_init_finish.c:155: error: `Elf_Scn' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:155: error: (Each undeclared&lt;br /&gt;
identifier is reported only once&lt;br /&gt;
dwarf_init_finish.c:155: error: for each function it&lt;br /&gt;
appears in.)&lt;br /&gt;
dwarf_init_finish.c:155: error: `scn' undeclared (first&lt;br /&gt;
use in this function)&lt;br /&gt;
dwarf_init_finish.c:182: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c:229: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c:290: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c:297: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c: In function `dwarf_init':&lt;br /&gt;
dwarf_init_finish.c:529: error: `Elf_Cmd' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:529: error: syntax error before&lt;br /&gt;
"what_kind_of_elf_read"&lt;br /&gt;
dwarf_init_finish.c:571: error: `what_kind_of_elf_read'&lt;br /&gt;
undeclared (first use in this function)&lt;br /&gt;
dwarf_init_finish.c:571: error: `ELF_C_READ' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:574: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c: In function `_dwarf_load_section':&lt;br /&gt;
dwarf_init_finish.c:712: error: `Elf_Scn' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:712: error: `scn' undeclared (first&lt;br /&gt;
use in this function)&lt;br /&gt;
dwarf_init_finish.c:713: error: `Elf_Data' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:713: error: `data' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
make: *** [dwarf_init_finish.o] Error 1&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>lcrash in linux alpha lkcdutils vrs.4.2</title><link href="https://sourceforge.net/p/lkcd/bugs/5/" rel="alternate"/><published>2004-04-09T12:44:48Z</published><updated>2004-04-09T12:44:48Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3fc30aa02f86fc4d7e82fa840948682981e787a6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;br /&gt;
i search to use LKCD  e lkcdutils in ALPHA cpu.&lt;/p&gt;
&lt;p&gt;I have 2.4.20 kernel version with lkcd; kernels works&lt;br /&gt;
but lcrash don't save in /var/log/dump the crash.&lt;/p&gt;
&lt;p&gt;Because you don't change &lt;/p&gt;
&lt;p&gt;#define KL_DUMP_PAGE_SHIFT     12ULL&lt;/p&gt;
&lt;p&gt;in&lt;/p&gt;
&lt;p&gt;#define KL_DUMP_PAGE_SHIFT     13ULL (page is 8K in alpha)&lt;/p&gt;
&lt;p&gt;in file:&lt;/p&gt;
&lt;p&gt;libklib/include/kl_dump.h&lt;/p&gt;
&lt;p&gt;Thus so alpha works!&lt;/p&gt;
&lt;p&gt;cappelc&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>missing files</title><link href="https://sourceforge.net/p/lkcd/bugs/4/" rel="alternate"/><published>2004-04-06T02:20:47Z</published><updated>2004-04-06T02:20:47Z</updated><author><name>Josh Davis</name><uri>https://sourceforge.net/u/xaminmo/</uri></author><id>https://sourceforge.net2ba1ac1dfd8ed529360b36bf1caff2e4528b6ed6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Main page and downloads readme as of Feb 2, 2004 says&lt;br /&gt;
files were moved to the main sourceforge page at&lt;br /&gt;
&lt;a href="http://www.sourceforge.net/projects/lkcd"&gt;http://www.sourceforge.net/projects/lkcd&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are no files there.  Looking manually at the&lt;br /&gt;
downloads page for this group, it says there are no&lt;br /&gt;
files.   The newest files on OLD are August, 2003.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Kerntypes not compiled when LKCD is built as modules</title><link href="https://sourceforge.net/p/lkcd/bugs/3/" rel="alternate"/><published>2004-01-20T06:52:46Z</published><updated>2004-01-20T06:52:46Z</updated><author><name>Hariprasad</name><uri>https://sourceforge.net/u/nharipra/</uri></author><id>https://sourceforge.neta9d309fe0f93f9d9d3ed9b584c0e1dcfcf787fac</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The following patch is needed to compile kerntypes.o&lt;br /&gt;
when LKCD is built as modules.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>sialpp.y does not work with new bison</title><link href="https://sourceforge.net/p/lkcd/bugs/2/" rel="alternate"/><published>2003-07-19T16:20:59Z</published><updated>2003-07-19T16:20:59Z</updated><author><name>Corey Minyard</name><uri>https://sourceforge.net/u/cminyard/</uri></author><id>https://sourceforge.net50cb5108143841675d6a08df05452b725c431b60</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The sialpp.y and associated code uses bison internals,&lt;br /&gt;
and the internals have changed with new versions of&lt;br /&gt;
bison.  I would strongly recommend not relying on bison&lt;br /&gt;
internals.  This is a simple enough parser that it&lt;br /&gt;
could easily be rewritten by hand, if necessary.  In&lt;br /&gt;
its current form it will continually break with&lt;br /&gt;
different versions of bison and will not work with any&lt;br /&gt;
other parser generators.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>