Displaying 20 results from an estimated 99 matches for "4153".
Did you mean:
415
2019 Jan 24
2
LLVM Kaleidoscope : Compiling to Object Code - Segmentation Fault
...enerate the object code file, it throws segfault. Also
please note that I'm using release build of llvm, actually I don't know
whether that is the root cause or not.
I also run through valgrind, it seems like a invalid read from stack.
|||Error Summary:
|
|1 errors in context 1 of 1:
==4153== Invalid read of size 1
==4153== at 0x4AFEE0:
llvm::optional_detail::OptionalStorage<llvm::Reloc::Model,
true>::OptionalStorage(llvm::optional_detail::OptionalStorage<llvm::Reloc::Model,
true> const&) (in /home/preejackie/kld/toy)
==4153== by 0x4B098D:
llvm::RegisterTarge...
2019 Jan 24
2
LLVM Kaleidoscope : Compiling to Object Code - Segmentation Fault
Hi all :)
I'm new to llvm!
I'm going through the kaleidoscope : compiling llvm IR to object code
tutorial, code in the listings breaks and causes a segmentation fault.
After some investigation through gdb, probably this constructor call,
causing the segfault.
|Program received signal SIGSEGV, Segmentation fault.||
||0x00000000004afee0 in
2001 Jun 20
8
[Lutz.Jaenicke@aet.TU-Cottbus.DE: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken?]
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
----- End forwarded message -----
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Co...
2016 Apr 23
2
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
...NOTE NOTE* OK OK* WARN
261 59 4150 28 3994 35 25
$`r-develWindowsix86+x86_64`
ERROR ERROR* NOTE NOTE* OK OK* WARN
295 124 1 3962 25 4064 36 45
$`r-patchedLinuxx86_64`
ERROR NOTE NOTE* OK OK* WARN
259 54 4153 28 3998 35 25
$`r-releaseLinuxx86_64`
ERROR NOTE NOTE* OK OK* WARN
268 54 2578 18 5569 45 20
$`r-releaseWindowsix86+x86_64`
ERROR NOTE NOTE* OK OK* WARN
324 70 2187 16 5885 46 24
$`r-oldrelWindowsix86+x86_64`
ERROR...
2009 Jul 28
2
How to use formulas for multivariate clustered data?
...her, better way? How can I restrict the
number of hierarchical levels?
And how to use in this context, the data, subset, weights and na.action
arguments?
Thanks in advance,
Klaus
--
Klaus Nordhausen
Researcher
Tampere School of Public Health
FIN-33014 University of Tampere
phone: +358 3 3551 4153
fax: +358 3 3551 4150
e-mail: Klaus.Nordhausen at uta.fi
2001 Feb 20
3
ssh-agent and id_dsa
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
2016 Apr 24
0
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
...4150 28 3994 35 25
>
> $`r-develWindowsix86+x86_64`
>
> ERROR ERROR* NOTE NOTE* OK OK* WARN
> 295 124 1 3962 25 4064 36 45
>
> $`r-patchedLinuxx86_64`
>
> ERROR NOTE NOTE* OK OK* WARN
> 259 54 4153 28 3998 35 25
>
> $`r-releaseLinuxx86_64`
>
> ERROR NOTE NOTE* OK OK* WARN
> 268 54 2578 18 5569 45 20
>
> $`r-releaseWindowsix86+x86_64`
>
> ERROR NOTE NOTE* OK OK* WARN
> 324 70 2187 16 5885 46 24
&g...
2001 May 25
4
Upgraded to 2.9p1 with no luck..
Howdy,
After upgrading to 2.9 (OpenSSH_2.9p1, SSH protocols 1.5/2.0, OpenSSL
0x0090600f)
I'm unable to ssh between two systems any more (the two that I've upgraded).
I've recompiled from the original source several times, each time with no
errors,
regenerated host keys, regenerated client keys (using rsa), etc., to no
avail.
Below are some relevant snippets of debugging output
2001 Feb 12
1
OpenSSH (CVS) performance observations
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
2001 Mar 25
2
Bug in bsd-waitpid.c and bsd-nextstep.c
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
-------------- next part --------------
--- bsd-nexstep.c.org Sun Mar 25 15:08:05 2001
+++ bsd-nextstep.c Sun Mar 25 15:09:42 2001
@@ -37,7 +37,8 @@
#undef wait /* Use NeXT's wait() function */
wait_pid = wait(&statusp);
- status = (int *) statusp.w_status;
+ if (status)
+ *status...
2000 Jul 18
5
scp not shutting down in 2.1.1p4
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
2001 Oct 20
8
Recent openssl is required for OPENSSL_free [Re: Please test snapshots for 3.0 release] (fwd)
No response yet, so resending.
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
---------- Forwarded message ----------
Date: Fri, 12 Oct 2001 09:44:54 +0300 (EEST)
From: Pekka Savola <pekkas at netcore.fi>
To: Damien Miller
2000 Oct 02
1
Open connections when using agent-forwarding
....
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
2000 Jul 20
3
fatal: Not enough entropy in RNG
Hi,
I'm running openssh 2.1.1p4 on Solaris 7 (sparc). Occationally, when I
boot up the server, the startup script I wrote to start sshd fails to start
sshd with the following error:
fatal: Not enough entropy in RNG
What am I doing wrong??
Is there anything I can do to prevent this from happening?
Is just restarting sshd a valid thing to do??
Thanks for any thoughts,
David
2016 Apr 23
0
Number of package in Ubuntu
> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote:
>
> Dear Experts ,
>
> I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available on Ubuntu/Linux? If not can I compile the source code of those package ? Has any one of you used the packages on Ubuntu ?
2007 Mar 29
1
uiddir mailbox format with benchmarks
...6 27453 9687 6287 19347 7983 38709
c: 5124 2553 5121 5105 7080 2559 1877 5104 3271 10228
./imaptest list=0 dele=20 expu=20 seed=1 secs=60 msgs=10000 clients=10
Logi Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo
u: 5291 2704 5289 5278 7448 2706 1048 1061 5283 10563
m: 4162 2103 4162 4153 5977 2124 762 853 4153 8304
c: 4302 2157 4301 4289 6021 2072 806 879 4292 8584
./imaptest list=0 dele=10 expu=10 seed=1 secs=60 msgs=100000 clients=10
Logi Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo
u: 3211 1637 3206 3195 4639 1537 287 302 3202 6402
m: 2957 1508 2955 2944 4173 1440 2...
2000 Jun 20
2
Critical EGD handling in 2.1.1p1
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
2001 Jan 18
1
Announcement: PRNGD 0.9.0 available
...z
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
Contents of 00README file:
Overview:
=========
- This is the PRNGD "Pseudo Random Number Generator Daemon".
It offers an EGD compatible interface to obtain random data and is
intented to be used as an entropy source to feed other software,
especially software based on OpenSSL.
- L...
2016 Apr 22
4
Number of package in Ubuntu
Dear Experts ,
I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available on Ubuntu/Linux? If not can I compile the source code of those package ? Has any one of you used the packages on Ubuntu ?
Thanks in Advance.
2001 Feb 13
4
issue with EGD in openssh
There are a couple of issues regarding egd support in OpenSSH.
1) SIGPIPE is not ignored for the master listener daemon. I put
the signal() call early on since it needs to be before
get_random_bytes() is called but it could also be placed in the
EGD version of get_random_bytes(). For some reason, with prngd
I am getting SIGPIPE even though the prngd processes is not
dying.