ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8988] GLib-GObject-CRITICAL all the time

Date: Tue, 30 Jul 2013 05:39:23 +0000

Comment # 5 on bug 8988 from
(In reply to comment #4)
> Hmm, is your subversion tree clean or do you have some GUI-related changes
> in there?

svn status reports:
?       .git
?       ps.c

I have also fetched git repository. "git status" reports:
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#    ps.c
nothing added to commit but untracked files present (use "git add" to track)

> The only idea I have at the moment is to try switching back to GTK2 ("make
> clean; ./configure --with-gtk2; make") to see if there's something wrong
> with your GTK3 installation (or our detection thereof?).

I tried to switch back to GTK2. Build information:
--------------------------------------------------
wireshark 1.11.0 (SVN Rev 51022 from /trunk)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.24.17, with Cairo 1.12.14, with Pango 1.32.5,
with
GLib 2.36.0, with libpcap, with libz 1.2.7, without POSIX capabilities, without
libnl, without SMI, without c-ares, without ADNS, without Lua, without Python,
without GnuTLS, with Gcrypt 1.5.0, with MIT Kerberos, without GeoIP, without
PortAudio, with AirPcap.

Running on Linux 3.8.0-27-generic, with locale sl_SI.UTF-8, with libpcap
version
1.3.0, with libz 1.2.7, Gcrypt 1.5.0, without AirPcap.
        Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz

Built using gcc 4.7.3.

It works with GTK2.



Build information for GTK3:
---------------------------
wireshark 1.11.0 (SVN Rev 51022 from master)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 3.6.4, with Cairo 1.12.14, with Pango 1.32.5, with
GLib 2.36.0, with libpcap, with libz 1.2.7, without POSIX capabilities, without
libnl, without SMI, without c-ares, without ADNS, without Lua, without Python,
without GnuTLS, with Gcrypt 1.5.0, with MIT Kerberos, without GeoIP, without
PortAudio, with AirPcap.

Running on Linux 3.8.0-27-generic, with locale sl_SI.UTF-8, with libpcap
version
1.3.0, with libz 1.2.7, Gcrypt 1.5.0, without AirPcap.
        Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz

Built using gcc 4.7.3.

It still doesn't work with GTK3. Error messages seem to be the same. This time
I tried it on another computer. I have not idea what could have been wrong with
my GTK3. I have installed Ubuntu package with its default packages and did not
mess with them. I have added some libraries and development packages (also from
Ubuntu) to be able to compile Wireshark.


You are receiving this mail because:
  • You are watching all bug changes.