#0 0x00007f110bb940ab in asn1_delete_structure2 (structure=structure@entry=0x7f10cc001510, flags=flags@entry=0) at structure.c:315 [Error: structure.c was not found in source tree] #1 0x00007f110bb941a7 in asn1_delete_structure (structure=structure@entry=0x7f10cc001510) at structure.c:290 [Error: structure.c was not found in source tree] #2 0x00007f1118196899 in gnutls_x509_crt_deinit (cert=0x7f10cc001510) at x509.c:162 [Error: x509.c was not found in source tree] #3 0x00007f111819fc8b in gnutls_x509_trust_list_deinit (list=0x7f10cc000980, all=1) at verify-high.c:135 [Error: verify-high.c was not found in source tree] #4 0x00007f111814b487 in gnutls_certificate_free_credentials (sc=0x7f10cc0008c0) at gnutls_cert.c:197 [Error: gnutls_cert.c was not found in source tree] #5 0x00007f11184448ed in CloseClient (crd=) at gnutls.c:811 806: 807: static void CloseClient (vlc_tls_creds_t *crd) 808: { 809: vlc_tls_creds_sys_t *sys = crd->sys; 810: 811: gnutls_certificate_free_credentials (sys->x509_cred); 812: free (sys); 813: gnutls_Deinit (); 814: } #6 0x00007f1130f5ebc0 in vlc_module_unload (module=, deinit=deinit@entry=0x7f1130f54080 ) at modules/modules.c:340 335: if (module->pf_deactivate != NULL) 336: { 337: va_list ap; 338: 339: va_start(ap, deinit); 340: deinit(module->pf_deactivate, ap); 341: va_end(ap); 342: } 343: } 344: 345: #7 0x00007f1130f541de in vlc_tls_Delete (crd=0x7f10cc001488) at network/tls.c:141 136: void vlc_tls_Delete (vlc_tls_creds_t *crd) 137: { 138: if (crd == NULL) 139: return; 140: 141: vlc_module_unload (crd->module, tls_unload, crd); 142: vlc_object_release (crd); 143: } 144: 145: 146: /** #8 0x00007f111864ad4a in Close (p_this=0x7f10cc007dc8) at access/http.c:645 640: 641: free( p_sys->psz_user_agent ); 642: free( p_sys->psz_referrer ); 643: 644: Disconnect( p_access ); 645: vlc_tls_Delete( p_sys->p_creds ); 646: 647: if( p_sys->cookies ) 648: { 649: int i; 650: for( i = 0; i < vlc_array_count( p_sys->cookies ); i++ ) #9 0x00007f1130f5ebc0 in vlc_module_unload (module=, deinit=deinit@entry=0x7f1130f5e0b0 ) at modules/modules.c:340 335: if (module->pf_deactivate != NULL) 336: { 337: va_list ap; 338: 339: va_start(ap, deinit); 340: deinit(module->pf_deactivate, ap); 341: va_end(ap); 342: } 343: } 344: 345: #10 0x00007f1130f5ec4e in module_unneed (obj=obj@entry=0x7f10cc007dc8, module=) at modules/modules.c:373 368: 369: #undef module_unneed 370: void module_unneed(vlc_object_t *obj, module_t *module) 371: { 372: msg_Dbg(obj, "removing module \"%s\"", module_get_object(module)); 373: vlc_module_unload(module, generic_stop, obj); 374: } 375: 376: /** 377: * Get a pointer to a module_t given it's name. 378: * #11 0x00007f1130f0af6d in access_Delete (p_access=0x7f10cc007dc8) at input/access.c:107 102: static void VarInit( access_t * ); 103: static int ParseMRL( access_t * ); 104: 105: /***************************************************************************** 106: * Open: open the frontend device 107: *****************************************************************************/ 108: static int Open( vlc_object_t *p_this ) 109: { 110: access_t *p_access = (access_t*)p_this; 111: access_sys_t *p_sys; 112: #12 0x00007f1130f2d498 in AStreamDestroy (s=0x7f10cc00af88) at input/stream.c:475 #13 0x00007f1130efaa30 in DownloadArt (p_fetcher=, p_item=0x7f11013583d0) at playlist/fetcher.c:383 378: if( i_read <= 0 ) 379: break; 380: 381: i_data += i_read; 382: } 383: stream_Delete( p_stream ); 384: 385: if( p_data && i_data > 0 ) 386: { 387: char *psz_type = strrchr( psz_arturl, '.' ); 388: if( psz_type && strlen( psz_type ) > 5 ) #14 Thread (p_data=0x22e6a00) at playlist/fetcher.c:507 502: FetchMeta( p_fetcher, p_entry->p_item ); 503: i_ret = FindArt( p_fetcher, p_entry->p_item ); 504: switch( i_ret ) 505: { 506: case 1: /* Found, need to dl */ 507: i_ret = DownloadArt( p_fetcher, p_entry->p_item ); 508: break; 509: case 0: /* Is in cache */ 510: i_ret = VLC_SUCCESS; 511: //ft 512: default:// error #15 0x00007f11317a86aa in start_thread (arg=0x7f1118c55700) at pthread_create.c:333 [Error: pthread_create.c was not found in source tree] #16 0x00007f11312d9eed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 [Error: clone.S was not found in source tree]