St. Mary Huana Ganja

St. Mary Huana Ganja is the tenth album by the Slovak punk rock/comedy rock band Horkýže Slíže, released on 4 November 2012, exactly on 20th anniversary of the group's formation.

St. Mary Huana Ganja
Studio album by
Released4 November 2012
Recorded2012 at studio Exponent, Hlohovec
GenreRock, punk rock
Length41:34
LabelHS Records
Horkýže Slíže chronology
V Dobrej Viere 2001-2011
(2011)
St. Mary Huana Ganja
(2012)

Track list

All tracks are written by Peter Hrivňák.

No.TitleLength
1."Intro"1:33
2."SN, TO, MI, LM, BA"3:15
3."POLICEMEN alebo JEEJ BALÓN alebo AKO BOLO V DISCOBARE RADÚZA NA HALLOWEEN PARTY"2:46
4."Terárium"3:26
5."Povaľači"2:02
6."Veľké Dlhé ,,A,, S Dvoma Bodkami"2:47
7."Playmate"1:28
8."NEROB !!!"2:15
9."NAZDAR !!!"2:50
10."Láskyplní"2:54
11."Začiatok Koncertu"2:37
12."Mám V P... Na Lehátku"3:09
13."Temná Myseľ"10:32
Total length:41:34

Personnel

  • Peter Hrivňák (Kuko) – vocals, bass guitar
  • Mário Sabo (Sabotér) – guitar, backing vocals
  • Juraj Štefánik (Doktor) – guitar, backing vocals
  • Marek Viršík (Vandel) – drums, backing vocals

Guests

  • Erik Knotek - vocals (track1)
  • Sanchez - vocals (track 2)
  • Zita Rigondeaux (BijouTerrier) - vocals (track 4)
  • Bolek Polívka - vocals (track 5)
  • Milo "Whisky" Lábel (Slobodná Európa) - vocals (track 6)
  • Tomás Klus - vocals (track 7)
  • Branuško Jóbus, Romdžo Mikulčík - vocals (track 8)
  • Martin Redface - keyboards (track 9)
  • Ladislav Duda - vocals (track 10)
  • Jimi Cimbala - guitar solo (track 13)
gollark: So I should work out some way to live-patch the kernel to increase the amount of signal-safe functions?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}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: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.