search for: gplv3+

Displaying 20 results from an estimated 336 matches for "gplv3+".

Did you mean: gplv2+
2009 Jun 26
1
Problem making the manuals (make dvi and make pdf)
...nfo and texi2dvi installed (which is mentioned in the manual). This seems to be the case: ====================================================== root at roland-desktop-64bit:/extras/R/R-2.9.0# makeinfo --version makeinfo (GNU texinfo) 4.11 Copyright (C) 2007 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. root at roland-desktop-64bit:/extras/R/R-2.9.0# texi2dvi --version texi2dvi (GNU Texinfo 4.11) 1.104 Copyri...
2010 Feb 13
2
[LLVMdev] My LLVM program crashes gdb
One of my unit tests has been failing recently, and the odd thing is that when I attempt to debug it in gdb, it causes a segfault: $ gdb test/stdlib/HashMapTest GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 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 "...
2017 Jan 12
1
Strange sefault with ping and route
...package with route and ping and glibc - test with original kernel and own vanilla nothing helps. Laptop by my side has same software stand no problem at all gdb --args ping benzler.me GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-94.el7 Copyright (C) 2013 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 "x...
2018 Dec 02
0
Dovecot 2.3.4 crash
OK I find out how to extract core dump (sorry), hope this will help you. gdb /usr/lib/dovecot/auth /var/core/core.28304 GNU gdb (Debian 7.12-6) 7.12.0.20161007-git Copyright (C) 2016 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 "x...
2009 May 15
14
Grub2 on Xen PV
Hi, Let me start a new thread for this. I contacted the Grub people, and they seem more interested in creating a native Xen port of Grub than piggybacking the Mini-OS environment usin kexec as I tried. But they need some documentation on the Xen "firmware" to assess the task at least. What could be given to them apart from hvc_xen.c and xen-blkfront.c in the Linux sources?
2009 May 15
14
Grub2 on Xen PV
Hi, Let me start a new thread for this. I contacted the Grub people, and they seem more interested in creating a native Xen port of Grub than piggybacking the Mini-OS environment usin kexec as I tried. But they need some documentation on the Xen "firmware" to assess the task at least. What could be given to them apart from hvc_xen.c and xen-blkfront.c in the Linux sources?
2016 Dec 21
1
Usage of Samba logo
Hello. I'd like to ask permission to use Samba logos (like [1]) for open source (of course, GPLv3+) wrapper library around `libsmbclient`. Also I've heard that Samba team may release some parts (tdb & talloc IIRC) under LGPLv3+. Is there any change that libsmbclient would be released under LGPL too? [1]: https://www.samba.org/samba/style/2010/samba_2010_logo_transparent_s_only.png --...
2018 Jul 13
1
Package migration
...fastestmirror Loading mirror speeds from cached hostfile Available Packages Name : samba-dc Arch : x86_64 Version : 4.7.1 Release : 6.el7 Size : 80 k Repo : CentOS/7/x86_64 Summary : Samba AD Domain Controller URL : http://www.samba.org/ License : GPLv3+ and LGPLv3+ Description : The samba-dc package provides AD Domain Controller functionality What is missing? I could rebuild from the source RPM, if that helps. > > > yours Adam > > From: Jeremiah Rothschild via samba > Date: 2018-07-13 09:38 > To: samba > Subject: [Sa...
2014 Mar 27
2
[LLVMdev] using just llvm/clang for building mips llvm
Geting a seg fault. Have not investigted the cause. rkotler at mipsswbrd002:~/richard$ tar vfxz ~/Downloads/ellcc-mips-linux-2014-Mar-24-07-32-26.tgz rkotler at mipsswbrd002:~/richard/ellcc/bin$ gdb ./ecc GNU gdb (GDB) 7.4.1-debian 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 "...
2008 Jun 16
1
[LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work
...please try out the steps I mentioned before with the linux > binaries ? I just want to make sure that there's not something wrong > with my setup. Here they are: $ cat dbg.c int main() { return 0; } $ gdb a.out GNU gdb 6.8 Copyright (C) 2008 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 "i...
2015 Mar 13
3
vfs_fruit: xattr imcompatible with netatalk
> not sure, but the colon in xattr names is probably not handled > correctly at this point. Can you please file a bugreport so we can > track this? Bug 11162 https://bugzilla.samba.org/show_bug.cgi?id=11162 -- HAT
2014 Sep 12
2
[Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
...body) declaring a switch that has colliding case statements on failure. But depending on the set of compiler warning options in effect, declaring an otherwise unused struct may be too noisy. So if you need more ideas and a good read, check out the comments in how gnulib does it (the link mentions GPLv3+, but that file is also shipped as LGPLv2+ so it is compatible with qemu): git.savannah.gnu.org/cgit/gnulib.git/tree/lib/verify.h with an end result that a user just writes: verify(sizeof(virtgpu_ctrl_hdr) == 24); and calls it a day. -- Eric Blake eblake redhat com +1-919-301-3266 Libvir...
2014 Sep 12
2
[Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
...body) declaring a switch that has colliding case statements on failure. But depending on the set of compiler warning options in effect, declaring an otherwise unused struct may be too noisy. So if you need more ideas and a good read, check out the comments in how gnulib does it (the link mentions GPLv3+, but that file is also shipped as LGPLv2+ so it is compatible with qemu): git.savannah.gnu.org/cgit/gnulib.git/tree/lib/verify.h with an end result that a user just writes: verify(sizeof(virtgpu_ctrl_hdr) == 24); and calls it a day. -- Eric Blake eblake redhat com +1-919-301-3266 Libvir...
2015 Jun 02
2
[LLVMdev] LLVM based interactive disassembler
...wish from the LLVM side right now would be some way / idea on how to cleanly plug into the InstructionPrinter -- I would like to write a generic printer for Operands -- use the specialized Printer and annotate the results (wrap it into HTML). Thanks for listening Christoph Egger [0] Currently GPLv3+ [1] https://www.frida.xyz/ [2] An Interactive Disassembler is a tool to better understand how some binary program works. Instead of the long instruction listing you get by running objdump, FrIDa provides you with a control flow graph and lets you annotate parts of the program you alrea...
2020 Jun 25
1
Asterisk Getting Crashed
...and advised the "utils.so" module issue but I don't think it might be causing this crash. [root at alpha01 ccpp-2020-06-25-10-46-01-7082]# gdb /usr/sbin/asterisk coredump GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7 Copyright (C) 2013 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 &q...
2010 Jul 09
1
[LLVMdev] vmkit segmentation fault revision 107990
...s However, when I run this, I get the segfault below. I compiled Hello.java with $> javac -version javac 1.6.0_18 My JDK is openjdk-6-jdk, 6b18-1.8-0ubuntu1 thanks zoewolk at wizards:~/RESEARCH/vmkit$ gdb vmjc GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 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 "...
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
...skyeye(an open source project about simulator) as it uses llvm. But when I run a testcase ---- arm_hello, it came out segment fault. I used gdb.exe to trace it, it gave the following infomation: $ gdb.exe /opt/skyeye/bin/skyeye GNU gdb 6.8 Copyright (C) 2008 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 "...
2008 Mar 10
2
Consecutive crashes of serveral imapd processes
This is 1.0.13, the processes crashed a few seconds apart from each other: GNU gdb 6.7.1-debian Copyright (C) 2007 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 "i...
2013 Nov 04
17
Fwd: NetBSD xl core-dump not working... Memory fault (core dumped)
...Miguel Clara wrote: > I was trying to get a core-dump for a domU with xl and got this error: > > # xl dump-core 20 test.core > Memory fault > > GDB shows this: > > a# gdb xl xl.core > GNU gdb (GDB) 7.3.1 > Copyright (C) 2011 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 co...
2008 Aug 24
1
Multiple similar crashes (1.1.2: imap crash with SIGSEGV)
...ot <root at postamt.charite.de> ----- From: root <root at postamt.charite.de> Date: Sun, 24 Aug 2008 12:10:26 +0200 (CEST) To: ralf.hildebrandt at charite.de Subject: Backtrace:/usr/local/libexec/dovecot/imap GNU gdb 6.8-debian Copyright (C) 2008 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 "i...