search for: strasser

Displaying 20 results from an estimated 21 matches for "strasser".

Did you mean: strasse
2020 Jun 16
2
Plugin ABI compat between v2.3.8 and v2.3.9
Hi! On 2020-06-16 12:37 -0000, Stuart Henderson wrote: > On 2020-06-15, Alexander Strasser <eclipse7 at gmx.net> wrote: > > I had some imap crashes (sig11) starting at the end of 2019 after > > an upgrade of dovecot. > > > > I found out, that I didn't have any problems using version v2.3.8, > > but any version v2.3.9 and higher would trigger the cr...
2020 Jun 16
0
Plugin ABI compat between v2.3.8 and v2.3.9
On 2020-06-16 20:32 +0200, Alexander Strasser wrote: > On 2020-06-16 12:37 -0000, Stuart Henderson wrote: > > On 2020-06-15, Alexander Strasser <eclipse7 at gmx.net> wrote: > > > I had some imap crashes (sig11) starting at the end of 2019 after > > > an upgrade of dovecot. > > > > > > I found...
2005 Jun 03
0
New CRAN package `coin'
Conditional Inference Procedures in a Permutation Test Framework The `coin' package implements a general framework for conditional inference procedures, commonly known as permutation tests, theoretically derived by Strasser & Weber (1999). The conditional expectation and covariance for a broad class of multivariate linear statistics as well as the corresponding multivariate limiting distribution was derived by Strasser & Weber (1999). These results are utilized to construct tests for independence between two s...
2005 Jun 03
0
New CRAN package `coin'
Conditional Inference Procedures in a Permutation Test Framework The `coin' package implements a general framework for conditional inference procedures, commonly known as permutation tests, theoretically derived by Strasser & Weber (1999). The conditional expectation and covariance for a broad class of multivariate linear statistics as well as the corresponding multivariate limiting distribution was derived by Strasser & Weber (1999). These results are utilized to construct tests for independence between two s...
2005 Apr 20
1
[LLVMdev] c++ frontend bugs
...ibution today gcc version 3.4-llvm 20030924 (experimental) gcc-Version 3.4.4 20050314 (prerelease) (Debian 3.4.3-12) gcc version 4.0.0 20050418 (prerelease) I can check this myself if you provide me with the exact version of gcc llvm is based on(and it's still available). Thanks, -- Stefan Strasser
2005 Apr 20
0
[LLVMdev] c++ frontend bugs
Markus F.X.J. Oberhumer schrieb: > Stefan Strasser wrote: > >> I've encountered a few bugs including ICE and reject-valid when >> compiling a program with llvmg++ which compiles fine with standalone g++. >> >> Should I report those to your bugzilla or is it likely that these bugs >> are gcc bugs in the versio...
2005 Apr 20
1
[LLVMdev] c++ frontend bugs
Markus F.X.J. Oberhumer schrieb: > The reason behind this is that llvm-gcc is based on a pre-3.4 snapshot > ("3.4-llvm 20030924") then it's not unlikely that these are llvm bugs since my code also compiles with gcc 3.3 filed PR 551 and 552 -- Stefan Strasser
2005 May 14
3
[LLVMdev] debian
in case you're interested in having llvm in debian sarge: it was removed today. I don't know why, but you might want to find out because sarge is in freeze phase for release next month. regards, -- Stefan Strasser
2020 Jun 15
2
Plugin ABI compat between v2.3.8 and v2.3.9
Hi all! This is my first post on this list. Please pardon me if I overlooked or misunderstood some things. I had some imap crashes (sig11) starting at the end of 2019 after an upgrade of dovecot. I found out, that I didn't have any problems using version v2.3.8, but any version v2.3.9 and higher would trigger the crashes. After investigating more deeply and creating a core dump, I saw that
2018 Aug 01
0
[ANNOUNCE] libdrm 2.4.93
...h table. amdgpu/util_hash_table: Add helper function to count the number of entries in hash table amdgpu: Destroy fd_hash table when the last device is removed. José Roberto de Souza (2): intel: Introducing Whiskey Lake platform intel: Introducing Amber Lake platform Kevin Strasser (1): xf86drm: Be sure to closedir before return Marek Olšák (3): amdgpu: don't call add_handle_to_table for KMS BO exports amdgpu: add amdgpu_bo_handle_type_kms_noimport configure.ac: bump version to 2.4.93 Mariusz Ceier (1): xf86drm: Fix error path in drmGetDevi...
2020 Jun 16
0
Plugin ABI compat between v2.3.8 and v2.3.9
On 2020-06-15, Alexander Strasser <eclipse7 at gmx.net> wrote: > I had some imap crashes (sig11) starting at the end of 2019 after > an upgrade of dovecot. > > I found out, that I didn't have any problems using version v2.3.8, > but any version v2.3.9 and higher would trigger the crashes. > > After in...
2005 May 14
0
[LLVMdev] debian
On Sat, May 14, 2005 at 02:18:26AM +0200, Stefan Strasser wrote: > in case you're interested in having llvm in debian sarge: it was > removed today. I don't know why, but you might want to find out > because sarge is in freeze phase for release next month. Possibly because of these: http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=llvm...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...tch --- a/tools/vtpm/tpm_emulator.patch +++ /dev/null @@ -1,1919 +0,0 @@ -diff -uprN orig/tpm_emulator-0.4/AUTHORS tpm_emulator/AUTHORS ---- orig/tpm_emulator-0.4/AUTHORS 2006-06-23 03:37:07.000000000 -0700 -+++ tpm_emulator/AUTHORS 2006-07-24 14:35:35.000000000 -0700 -@@ -1,2 +1,3 @@ - Mario Strasser <mast@gmx.net> - Heiko Stamer <stamer@gaos.org> [DAA] -+INTEL Corp <> [Dropped to Ring3] -diff -uprN orig/tpm_emulator-0.4/ChangeLog tpm_emulator/ChangeLog ---- orig/tpm_emulator-0.4/ChangeLog 2006-06-23 03:37:07.000000000 -0700 -+++ tpm_emulator/ChangeLog 2006-07-24 14:35:3...
2011 May 25
3
how to compute the inverse percentile of a given observation w.r.t. a reference distribution
Hi, can anyone help me to figure out how to compute the percentile of an individual observation with respect to a reference distribution. What I mean is. Let's assume I have a vector consisting of 10 numbers {3,5,8,1,9,5,4,3,5.5,7} and I want figure out what percentile the number 4.9 corresponds to. I failed to find any reference to such a function, although I would assume this must
2000 Feb 21
1
problems with winCVS
hi everybody, we have problems using wincvs with a cvsroot on a samba-server. we think that the problem is the renaming of files where the cvs user does not have write-permisson on: this is our configuration: fileserver on a irix6.5 running samba 1.9.18p8 having a share on / named 'coder'. win95 box, running wincvs, setting cvsroot something like
2005 Sep 29
0
Not able to get Virtual TPM working with Xen,
...ator #make #make insatll This would create /dev/tpm0. And also creates tpm_emulator module #modinfo tpm_emulator //gives the following ----------------------------------- [root@localhost log]# modinfo tpm_emulator filename: /lib/modules/2.6.12-xen0/extra/tpm_emulator.ko license: GPL author: Mario Strasser <mast@gmx.net> description: Trusted Platform Module (TPM) Emulator parmtype: startup:s parm: startup: Sets the startup mode of the TPM. Possible values are ''clear'', ''save'' (default) and ''deactivated. parmtype: storage_file:s parm: storage_file: Set...
2006 Aug 11
5
Unit tests - NilClass problem
Hi! Yesterday I started to write my unit tests for the fist time using rails. I''m using this method: http://blog.codahale.com/2005/12/23/a-rails-howto-simplify-your-unit-tests/ My customer_test.rb looks like this: require File.dirname(__FILE__) + ''/../test_helper'' class CustomerTest < Test::Unit::TestCase fixtures :customers # Replace this with your real
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
...uery), Ian Pilcher (PostScript driver), Johannes Schindelin (German keyboard layout), Ove K?ven (winelauncher), Lionel Ulmer (OpenGL support), Vedan Rodic (DIB depth conversion), Przemyslaw Bruski (Mac codepage in locales), Valery Kartel (Ukrainan locale), Dominik Strasser, Chris Jacobson + CodeWeavers: Fran?ois Gouget (winelib, winemaker, listview control), Dmitry Timoshkov (controls, windows, ANSI fileapis), Susan Farley (pager control), Aric Stewart (clipboard), Chris Morgan (mousewheel sysparam) _________________...
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
...uery), Ian Pilcher (PostScript driver), Johannes Schindelin (German keyboard layout), Ove K?ven (winelauncher), Lionel Ulmer (OpenGL support), Vedan Rodic (DIB depth conversion), Przemyslaw Bruski (Mac codepage in locales), Valery Kartel (Ukrainan locale), Dominik Strasser, Chris Jacobson + CodeWeavers: Fran?ois Gouget (winelib, winemaker, listview control), Dmitry Timoshkov (controls, windows, ANSI fileapis), Susan Farley (pager control), Aric Stewart (clipboard), Chris Morgan (mousewheel sysparam) _________________...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...Kevin Hilman <khilman@linaro.org> # for mach-omap2/* Kevin Hilman <khilman@linaro.org> # OMAP4/Panda Kevin Hilman <khilman@linaro.org> # OMAP Kevin Hilman <khilman@ti.com> Kevin Liu <kliu5@marvell.com> Kevin McKinney <klmckinney1@gmail.com> Kevin Strasser <kevin.strasser@linux.intel.com> Kevin Tian <kevin.tian@intel.com> Kevin Wells <kevin.wells@nxp.com> Kevin Wilson <wkevils@gmail.com> Kevin Wolf <kwolf@redhat.com> KeyYoung Park <keyyoung.park@samsung.com> Khalid Aziz <khalid.aziz@hp.com> Khal...