Comment 2 for bug 919832

Revision history for this message
Petr Hlozek (ok2cqr) wrote :

I just download source from Lazarus webpage, compiled and when run got this:

ubuntu1204:~/lazarus$ gdb lazarus
GNU gdb (Ubuntu/Linaro 7.3.92-0ubuntu2) 7.3.92
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/ok2cqr/lazarus/lazarus...done.
(gdb) r
Starting program: /home/ok2cqr/lazarus/lazarus
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
[New Thread 0x7fffeec7e700 (LWP 4367)]
[New Thread 0x7fffee47d700 (LWP 4368)]
TMainIDE.ParseCmdLineOptions:
  PrimaryConfigPath="/home/ok2cqr/.lazarus"
  SecondaryConfigPath="/etc/lazarus"
[Thread 0x7fffeec7e700 (LWP 4367) exited]

and Lazarus is frozen.