Hideki Kaneko

Hideki Kaneko (born 6 March 1974) is a former professional tennis player from Japan.

Hideki Kaneko
Full nameHideki Kaneko
Country (sports) Japan
Born (1974-03-06) 6 March 1974
Tokyo, Japan
PlaysLeft-handed
Prize money$98,787
Singles
Career record6–13
Career titles0
Highest rankingNo. 200 (15 January 1996)
Doubles
Career record0–1
Highest rankingNo. 452 (5 August 1996)

Biography

Kaneko, a left-handed player from Tokyo, began playing tennis at the age of eight.

Most of his ATP Tour main draw appearances were as a wildcard at his home events, the Japan Open and Tokyo Indoor. The only exception was the 1996 Indonesia Open, which he entered as a qualifier.[1] He made the second round of the Japan Open on three occasions.

His four Davis Cup ties for Japan included a five-set loss to Todd Woodbridge in 1996 and a decisive fifth rubber win over Uzbekistan in Tashkent in 1997.

He was a member of the silver medal winning Japanese team at 1998 Asian Games in Bangkok.[2]

gollark: Although the `mmap` call doesn't appear to magically fix everything.
gollark: See, it catches it, the handler handles it handlefully.
gollark: See?
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.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.