linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ksymoops 2.4.10 segfaults
@ 2005-01-08 11:01 Andreas Hartmann
  2005-01-08 13:21 ` Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Hartmann @ 2005-01-08 11:01 UTC (permalink / raw)
  To: linux-kernel

Hello,


ksymoops segfaults in object.c while computing cmd_strlen, because
options->target is defined 'null':

/* Extract all symbols definitions from an object using nm */
static void read_nm_symbols(SYMBOL_SET *ss, const char *file, const
OPTIONS *options)
{
    FILE *f;
    char *cmd, *line = NULL, **string = NULL;
    int i, cmd_strlen, size = 0;
    static char const procname[] = "read_nm_symbols";
    static char const nm_options[] = "--target=";

    if (!regular_file(file, procname))
        return;

    printf ("Path to nm: %s\n",path_nm);
    printf ("nm_options: %s\n",nm_options);
    printf ("target: %s\n",(options->target));
    printf ("file: %s\n",file);
    cmd_strlen =
strlen(path_nm)+1+strlen(nm_options)+strlen(options->target)+1+strlen(file)+1;
    printf ("length: %d\n",cmd_strlen);
    cmd = malloc(cmd_strlen);


./ksymoops
ksymoops 2.4.10 on i686 2.4.29-pre3.  Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.4.29-pre3/ (default)
     -m /usr/src/linux/System.map (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

Path to nm: /usr/local/bin/nm
nm_options: --target=
target: (null)
file: /lib-2.6/modules/2.4.29-pre3-swsusp/kernel/sound/pci/snd-via82xx.o
Segmentation fault (core dumped)


Kind regards,
Andreas Hartmann

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ksymoops 2.4.10 segfaults
  2005-01-08 11:01 ksymoops 2.4.10 segfaults Andreas Hartmann
@ 2005-01-08 13:21 ` Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2005-01-08 13:21 UTC (permalink / raw)
  To: Andreas Hartmann; +Cc: linux-kernel

On Sat, 08 Jan 2005 12:01:57 +0100, 
Andreas Hartmann <andihartmann@01019freenet.de> wrote:
>ksymoops segfaults in object.c while computing cmd_strlen, because
>options->target is defined 'null':

I have a fix for this in my ksymoops inbox.  It will be released as
part of ksymoops 2.4.11 later today my time.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-08 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-08 11:01 ksymoops 2.4.10 segfaults Andreas Hartmann
2005-01-08 13:21 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).