Krzysztof Bieryt
Krysztof Dariusz Bieryt (born 17 May 1974 in Nowy Sącz)[1] is a Polish slalom canoeist who competed at the international level from 1990 to 2009.
Medal record | ||
---|---|---|
Men's canoe slalom | ||
Representing | ||
World Championships | ||
1999 La Seu d'Urgell | C1 team | |
European Championships | ||
2004 Skopje | C1 | |
2008 Kraków | C1 team | |
2002 Bratislava | C1 team | |
Junior World Championships | ||
1992 Sjoa | C1 team |
He won a gold medal in the C1 team event at the 1999 ICF Canoe Slalom World Championships in La Seu d'Urgell. He also won two silvers and a bronze at the European Championships.[2]
Bieryt competed in three Summer Olympics, earning his best finish of eighth in the C1 event in Beijing in 2008.
World Cup individual podiums
Season | Date | Venue | Position | Event |
---|---|---|---|---|
1998 | 14 Jun 1998 | Liptovský Mikuláš | 2nd | C1 |
2001 | 10 Jun 2001 | Tacen | 2nd | C1 |
5 Aug 2001 | Prague | 1st | C1 | |
2002 | 4 Aug 2002 | Prague | 1st | C1 |
2008 | 6 Jul 2008 | Augsburg | 3rd | C1 |
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
gollark: Hmm, I can't work out how to actually get the problematic memory address.
References
- Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Krzysztof Bieryt". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 18 April 2020. Retrieved 31 December 2017.
- "Krzysztof BIERYT (POL)". CanoeSlalom.net. Retrieved 15 September 2017.
- ICF medalists for Olympic and World Championships – Part 2: rest of flatwater (now sprint) and remaining canoeing disciplines: 1936–2007 at WebCite (archived November 9, 2009)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.