Displaying 20 results from an estimated 2000 matches similar to: "Segmentation fault"
2005 May 26
2
Leaky bucket in TC
Hi,
I am trying to control bandwidths of the connections by using TC with
HTB. But I want to implement Leaky Bucket on this structure so as to
have a straight flow.
Due to being new in this area, could anyone help me how I could do this?
Does TC support leaky bucket?
Best regards,
Fatih Duzova
2005 Jun 23
7
where s filtering done?
hello,
I am trying to find where filtering is done in order to drop packets
randomly there (eg.10%of them) for a testing purpose in a school
project.
I want to do this after packet is filtered and before being sent. I d
aprreciate if you could help or suggest.
Thanks.
2005 Jun 09
0
Segmentation fault -after using gdb-
I also gdb'' d the code, and at this part of the code, it gives such an error:
Program received signal SIGSEGV, Segmentation fault.
0x00000083 in ?? ()
If you could help me, I would appreciate.
******************************************************************************
Hi,
I have a small question about tc''s source code. I m trying to compile
the code by itself, and for this
2005 May 28
2
bandwidth control on htb
Hi,
I implemented queues on some ports with htb by filtering. and to have
a constant bw, i defined rate and ceil the same. But while watching
the bw''s, I ve realized they may sometimes exceed the defined value
for short periods. How could I avoid this situation? I thought that
implementing a leaky bucket''d be fine but i m not sure about this and
how to do it on tc.
I would be
2005 May 24
2
source code of tc-traffic controller
Hi, I need the source code of tc-traffic controller tool, but due to
being new here, I could not find it. And also I should know whether I
can implement leaky bucket with tc.
I would be grateful, if anybody could help me..
Fatih Duzova
2005 Feb 02
4
Issue with using using tc api
Hi ,
I''m trying to call the tc_qdisc_modify function of tc in iproute2/tc. I could compile it with my stub program and got the executable. However, when i try to create an htb qdisc i get the following error : Unknown qdisc "htb", hence option "default" is unparsable
However, if i use the tc tool, it works fine.. When I tried to understand the problem, it appeared to
2010 Sep 30
4
interactive session
Hi guys,
My concern is to create an automated process from the beginning to the end. I
want to copy all my code together in one piece and paste it to R console and sit
back and relax :) except one moment in which the program should ask me to enter
a number.. and only then (only after getting a valid number from me) it should
continue to read and process the rest of the code. I tried lots of
2013 Mar 20
4
[LLVMdev] Hidden-visibility aliases to default-visibility globals
Hi,
I am trying to compile a dynamic loader using LLVM. Part of the IR
for this loader looks like this:
@_rtld_local = hidden alias %struct.rtld_global* @_rtld_global
@_rtld_global = unnamed_addr global %struct.rtld_global { ... }
The purpose of _rtld_local is to allow _rtld_global to be referenced
without using the GOT, as this global is accessed before the dynamic
loader initialises the GOT.
2007 May 16
5
drop a letter
hello,
how can I do to drop C from this character "C325" ?
_____________________________________________________________________________
[[alternative HTML version deleted]]
2015 Jun 16
3
Virtualization
ESX(i) 6 and vCloud Air. At home, KVM and Vagrant.
On Tue, Jun 16, 2015 at 10:46 AM, Numan Fatih YARCI <
fatih.yarci at linux.org.tr> wrote:
> KVM - Vagrant - Docker :)
>
> On Tue, 16 Jun 2015 at 17:41 Alessandro Baggi <alessandro.baggi at gmail.com>
> wrote:
>
> > Hi list,
> > what solution do you use for virtualizzation?
> >
> > thanks in
1998 May 27
3
dependencies in .so files
Thomas Lumley writes:
>
>
> I've been trying to get Matt Calder's S compiler to work in R using R
> COMPILE and R SHLIB so it will be fairly platform-independent.
>
> I'm sure someone has claimed in the past that it is possible/easy to
> dyn.load() two dynamic libraries and have one call functions in the other.
> I can't get it to work (Red Hat
2005 Sep 22
2
importing mails from a outlook express .dbx files
Hi,
i need to import mails from outlook express .dbx files to thunderbird, kmail
or and other email client.
thanks.
2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Oct 22, 2012, at 11:34 AM, Jack Howarth wrote:
> Nick,
> I have uploaded the full walk with 'set env DYLD_PRINT_INITIALIZERS'. It didn't seem very informative
> as the dyld error occurs right after...
>
> (gdb)
> llvm::sys::DynamicLibrary::getPermanentLibrary (filename=0x142903da8 "/sw/opt/llvm-3.2/lib/LLVMPolly.so", errMsg=0x7fff5fbfe6e0) at
2013 Mar 21
0
[LLVMdev] Hidden-visibility aliases to default-visibility globals
On Wed, Mar 20, 2013 at 02:22:47PM -0700, Peter Collingbourne wrote:
> I am trying to compile a dynamic loader using LLVM. Part of the IR
> for this loader looks like this:
>
> @_rtld_local = hidden alias %struct.rtld_global* @_rtld_global
> @_rtld_global = unnamed_addr global %struct.rtld_global { ... }
Have you tried using protected visibility?
Joerg
2013 Apr 01
2
[LLVMdev] Hidden-visibility aliases to default-visibility globals
On Thu, Mar 21, 2013 at 02:12:27PM +0900, Joerg Sonnenberger wrote:
> On Wed, Mar 20, 2013 at 02:22:47PM -0700, Peter Collingbourne wrote:
> > I am trying to compile a dynamic loader using LLVM. Part of the IR
> > for this loader looks like this:
> >
> > @_rtld_local = hidden alias %struct.rtld_global* @_rtld_global
> > @_rtld_global = unnamed_addr global
2015 Jun 16
5
Virtualization
Hi list,
what solution do you use for virtualizzation?
thanks in advance.
2007 Apr 09
1
RTLD_GLOBAL flag for dlopen
I am just experimenting with a plugin loader and I found
that there are problems with external symbols which are
loaded at runtime.
The solution is to add RTLD_GLOBAL to the dlopen mode,
but I am not sure if this would cause other problems.
Is this patch OK to go in?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtld_global.diff
Type: text/x-patch
Size:
2008 Jul 09
2
[LLVMdev] Add RTLD_GLOBAL to dlopen
Hi,
Today, I've made the transition from LLVM 2.1 to 2.3. I invoke opt
with two dynamic libraries to "-load", the first of which contains
transformation passes and support code whereas the second one provides
extra passes which make use of the first library's support code. In
other words, the symbols loaded in for the first library should be
available when the second
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
> That makes no sense because we are supposed to have just forked
successfully
I just realized libguestfs uses fork. Now we know why qemu-img worked - I
launched it with popen.
> So it must be something to do with collectd and how it runs programs.
> Is it using LD_PRELOAD trickery, or replacing libc, or using seccomp?
If I understand the question correctly - it's about how
2012 Oct 23
1
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Mon, Oct 22, 2012 at 11:40:32AM -0700, Nick Kledzik wrote:
>
> On Oct 22, 2012, at 11:34 AM, Jack Howarth wrote:
>
> > Nick,
> > I have uploaded the full walk with 'set env DYLD_PRINT_INITIALIZERS'. It didn't seem very informative
> > as the dyld error occurs right after...
> >
> > (gdb)
> >