Menu

#24 invalid pointer:

closed-fixed
6
2006-04-14
2006-04-03
No

Hello,

after install the gitk I try to run

linux:/opt/gitk # ./bin/gitkHelloUser --help

But I get this messages:

Usage: gitkHelloUser [OPTION...]

A demo application for the GITK (Generalized Interface
ToolKit - see http://gitk.sf.net\).
It presents a simple form-dialog, followed by a
confirmative message.

-h, --help this help screen
--version show program version

GITK options
--gitk-renderer which rendering module
to use
--gitk-style which style to use

*** glibc detected *** free(): invalid pointer:
0x4003454b ***
Aborted

When I call run "./bin/gitkHelloUser
--gitk-renderer=text", i get no output.

Please help me
Thank You

Discussion

  • Stefan Sauer

    Stefan Sauer - 2006-04-14

    Logged In: YES
    user_id=250654

    Can you please run:

    gdb --args ./bin/gitkHelloUser --help

    After the crash, when your back in gdb please type 'bt' to
    get a backtrace and attach it to the bug report.

     
  • Stefan Sauer

    Stefan Sauer - 2006-04-14
    • status: open --> closed-fixed
     
  • Stefan Sauer

    Stefan Sauer - 2006-04-14

    Logged In: YES
    user_id=250654

    oops, found and fixed it.