Displaying 20 results from an estimated 22 matches for "ggdb3".
Did you mean:
ggdb
2020 Feb 20
2
Re: build problem with libxl
I use centos 7 (7.7.1908).
these pkgs are installed:
xen-hypervisor-4.12.2-1.el7.x86_64
xen-devel-4.12.2-1.el7.x86_64
qemu-xen-4.12.1-1.el7.x86_64
xen-runtime-4.12.2-1.el7.x86_64
xen-licenses-4.12.2-1.el7.x86_64
xen-4.12.2-1.el7.x86_64
xen-libs-4.12.2-1.el7.x86_64
xen-ovmf-20180825-1.gitef529e6ab.el7.x86_64
even with --with-libxl it doesnt work...
---
------
Greetz
Am 20.02.2020 11:31, schrieb
2020 Feb 20
2
Re: build problem with libxl
...>=
> 4.6.0"
> configure:23601: $? = 0
> configure:23615: $PKG_CONFIG --exists --print-errors "xenlight >=
> 4.6.0"
> configure:23618: $? = 0
> configure:23666: result: yes
> configure:23718: checking libxlutil.h usability
> configure:23718: clang -c -g -ggdb3 conftest.c >&5
> configure:23718: $? = 0
> configure:23718: result: yes
> configure:23718: checking libxlutil.h presence
> configure:23718: clang -E conftest.c
> configure:23718: $? = 0
> configure:23718: result: yes
> configure:23718: checking for libxlutil.h
> co...
2020 Feb 20
0
Re: build problem with libxl
...G --exists --print-errors "xenlight >= 4.6.0"
configure:23601: $? = 0
configure:23615: $PKG_CONFIG --exists --print-errors "xenlight >= 4.6.0"
configure:23618: $? = 0
configure:23666: result: yes
configure:23718: checking libxlutil.h usability
configure:23718: clang -c -g -ggdb3 conftest.c >&5
configure:23718: $? = 0
configure:23718: result: yes
configure:23718: checking libxlutil.h presence
configure:23718: clang -E conftest.c
configure:23718: $? = 0
configure:23718: result: yes
configure:23718: checking for libxlutil.h
configure:23718: result: yes
configure:237...
2020 Aug 25
2
MultiDatabase shard count limitations
...it doesn't seem to do that completely so
> I'm not sure how to interpret it. I'd expect the parent of everything
> to show up with 100% including Children (or close to 100%) but nothing
> does.
So I managed to get current xapian.git (commit 61724d477edb)
built with CXXFLAGS=-ggdb3, and it's closer to 100%:
https://80x24.org/spew/20200825215517.GA3936 at dcvr/2-perf-report-20200825-214820.gz
The machine I'm working on is also significantly busier at the
moment trying to reproduce an unrelated problem.
> > Btw, I tried google-pprof (from the Debian stable
>...
2020 Feb 21
0
Re: build problem with libxl
...t;
>>configure:23601: $? = 0
>>configure:23615: $PKG_CONFIG --exists --print-errors "xenlight >=
>>4.6.0"
>>configure:23618: $? = 0
>>configure:23666: result: yes
>>configure:23718: checking libxlutil.h usability
>>configure:23718: clang -c -g -ggdb3 conftest.c >&5
>>configure:23718: $? = 0
>>configure:23718: result: yes
>>configure:23718: checking libxlutil.h presence
>>configure:23718: clang -E conftest.c
>>configure:23718: $? = 0
>>configure:23718: result: yes
>>configure:23718: checking fo...
2020 Aug 25
0
MultiDatabase shard count limitations
On Tue, Aug 25, 2020 at 10:15:42PM +0000, Eric Wong wrote:
> So I managed to get current xapian.git (commit 61724d477edb)
> built with CXXFLAGS=-ggdb3, and it's closer to 100%:
>
> https://80x24.org/spew/20200825215517.GA3936 at dcvr/2-perf-report-20200825-214820.gz
>
> The machine I'm working on is also significantly busier at the
> moment trying to reproduce an unrelated problem.
Oh and perf samples the whole machine,...
2017 Feb 24
1
Debugging tools and practices in Windows?
On Thu, Feb 23, 2017 at 7:49 PM, Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
> The R for Windows FAQ suggests "make DEBUG=T" and has some more hints
> https://cran.r-project.org/bin/windows/base/rw-FAQ.html
>
> Tomas
>
>
>
> On 02/23/2017 08:10 PM, Javier Luraschi wrote:
>
>> Right, I'm talking about C code.
>>
>> Do you
2020 Aug 24
2
MultiDatabase shard count limitations
Olly Betts <olly at survex.com> wrote:
> The report you show seems to be just the time take by each function
> directly rather than including functions it calls. It looks like a lot
> of the time is spent in cursor movement, as totalling up things that
> seem like they'd be due to that I quickly get to 40+% but it's hard
> to tell if that's about the actual total
2009 Apr 08
3
libedit not found on SUse 11.1
...se 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find
libedit) for otherwise identical setups.
1. How can I get the output set up to look at conftest.c?
2. I added a set -x to configure above LIBEDIT_MSG=no
3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
-I/usr/include/gssapi" --prefix=/ --exec-prefix=/usr
--libdir=/usr/lib64 --datadir=/usr --sysconfdir=/etc/ \
--with-ssl-engine --with-pam --with-rand-helper
--with-kerberos5=/usr/lib/mit --with-md5-passwords
--with-libedit=/usr/lib64 --with-tcp-
wrappers \
--disable-strip
a simpler ./confi...
2009 Apr 03
3
gssapi not enabled
I'm trying to get gssapi-with-mic to work but the enabled field in the
method struct is disabled I.e.
The gssapi-with-mic enable field s not enabled in in the *method struct; it
fails at:
if (authmethod_is_enabled(method))
in the authmethod_is_enabled(method) function call
using ddd , OpenSSH 5.2.p1, Linux 2.6.22.5-31 (SuSE 10.2)
Questiion - what enables gssapi-with-mic?
Thanks
tedc
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: winecfg.jpg
Type: image/jpeg
Size: 96959 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
2009 Jul 04
1
I'm having trouble installing Wine...
...ports_sources_rsync.macports.org_release_ports_x11_mesa/work/Mesa-7.4" && make default INSTALL_DIR=/opt/local " returned error 2
Command output: Making sources for darwin
gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa -I../../../src/mesa/glapi -ggdb3 -Os -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fno-common -I/opt/local/include -I/opt/local/include -fPIC -D_DARWIN_C_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DPTHREADS -DGLX_ALIAS_UNSUPPORTED -DGLX_INDIRECT_RENDERING...
2016 Jan 15
0
Debugging with Qemu
...lude debug symbols?
> If not, how to build Syslinux with debug symbols?
>
> Thanks,
> Tal
>
Please reply to the mailing list as well.
As I only debugged lpxelinux you may have to fiddle around if you're
using something else, but I guess the big lines are the same.
- Add "-ggdb3 -O0" to GCCWARN in mk/devel.mk.
- I use the following commands in my .gdbinit to load the symbols of
the main file and set the right architecture.
file bios/core/lpxelinux.elf
target remote localhost:1234
#set architecture i8086
set architecture i386
set osabi none
Depending whether you'r...
2014 Oct 30
1
Released Pigeonhole v0.4.5 for Dovecot v2.2.15.
Hello Dovecot users,
Unfortunately, Pigeonhole v0.4.4 had a rather big issue with error
handling and the execution of the implicit keep. This problem presented
itself for example when users exceeded their quota. This did not result
in the proper rejection message. This is why I quickly release a new
version.
Changelog v0.4.5:
+ Added a Pigeonhole version banner to doveconf output. This way,
2014 Oct 30
1
Released Pigeonhole v0.4.5 for Dovecot v2.2.15.
Hello Dovecot users,
Unfortunately, Pigeonhole v0.4.4 had a rather big issue with error
handling and the execution of the implicit keep. This problem presented
itself for example when users exceeded their quota. This did not result
in the proper rejection message. This is why I quickly release a new
version.
Changelog v0.4.5:
+ Added a Pigeonhole version banner to doveconf output. This way,
2012 Feb 01
2
xiph flac git build fails out of the box
...mode=compile
i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I. -I../..
-DFLaC__INLINE=inline -DNDEBUG -I../.. -I./include -I../../include
-I/home/avuton/src/mpd-release-utils/build-dir/include
-I/home/avuton/src/mpd-release-utils/build-dir/include -O3
-funroll-loops -finline-functions -Wall -W -Winline -O0 -ggdb3 -gstabs
-pipe -c -o bitmath.lo bitmath.c
libtool: Version mismatch error. This is libtool 2.4
Debian-2.4-2ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
Debian-2.4-2ubuntu1
libtool: and run autocon...
2016 Mar 05
0
Re: [libvirt-1.3.2]'Disconnected from qemu:///session due to I/O error'
...rt-manager?
No. The APIs are backward compatible.
> Btw, is building libvirt with '--enable-debug' sufficient for useful gdb debug report, or do you need anything else?
The best would be to disable any optimization and include gdb debuging info:
libvirt.git $ export CFLAGS="-O0 -ggdb3" ; ./configure --enable-debug &&
make
Michal
2010 Aug 14
2
uuid problem while compiling glue
...nt files = /usr/share
Documentation = /usr/share/doc
State information = /usr/var
System configuration = /usr/etc
Use system LTDL = no
HA group name = haclient
HA user name = hacluster
CFLAGS = -g -O2 -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute...
2016 Jan 13
2
Debugging with Qemu
On Wed, Jan 13, 2016 at 01:22:17AM +0100, Celelibi wrote:
> 2016-01-12 22:21 UTC+01:00, Tal Lubko:
> > On Mon, Jan 11, 2016 at 07:20:20PM -0500, Shao Miller wrote:
> >>
> >> Yes, you can print debug-output from custom builds.
> >>
> >
> > Regarding my other question (debugging).
> > I know it is possible to use prints for debugging.
> > I
2016 Mar 04
2
[libvirt-1.3.2]'Disconnected from qemu:///session due to I/O error'
Hi.
Since the update to libvirt-1.3.2, virsh keeps disconnecting from qemu:///session.
Weirdly enough, qemu:///session works fine for root, and qemu:///system works for both the user and the root.
With the same configuration(tarball with files from /etc/libvirt attached), libvirt-1.3.1 works without problems.
From the virsh debug log(attached):
---
grep error virsh.log.1.3.2
2016-03-03