En t'attendant
En t'attendant is the debut studio album by the French actress and singer Mélanie Laurent, released on 2 May 2011 on Atmosphériques. Produced by Joel Shearer, it contains twelve songs, five of which are co-written and co-produced with the Irish folk musician Damien Rice.[1]
En t'attendant | |
---|---|
Studio album by | |
Released | 2 May 2011 |
Genre | Pop, rock |
Length | 50:06 |
Label | Atmosphériques |
Producer | Damien Rice, Joel Shearer |
Singles from En t'attendant | |
|
Track listing
No. | Title | Length |
---|---|---|
1. | "Début" | 2:40 |
2. | "En t'attendant" | 4:00 |
3. | "Everything You're Not Supposed to Be" (featuring Damien Rice) | 5:31 |
4. | "Circus" | 4:40 |
5. | "Kiss" | 3:59 |
6. | "Je connais" | 4:41 |
7. | "Pardon" | 4:01 |
8. | "Insomnie" | 4:07 |
9. | "Il fait gris" | 4:52 |
10. | "Uncomfortable" (featuring Damien Rice) | 5:49 |
11. | "Papa" | 3:35 |
12. | "Fin" | 2:11 |
Total length: | 50:06 |
Chart positions
Chart (2011) | Peak position |
---|---|
Belgian Albums Chart (Wa)[2] | 22 |
French SNEP Albums Chart[3] | 35 |
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 = 🐝.
gollark: Well, Windows bad.
References
- "Mélanie Laurent Enlists Damien Rice for Debut Album". TwentyFourBit. 6 March 2011. Retrieved 6 September 2011.
- "Discographie Mélanie Laurent". Ultratop (in French). Hung Medien. Retrieved 15 January 2013.
- "Mélanie Laurent – En t'attendant". lescharts.com (in French). Hung Medien. Retrieved 15 January 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.