nwjs崩溃复现、 nwjs-控制台手动操纵、nwjs崩溃调用栈解码、剪切板例子中、nwjs混合模式、xdotool显示nwjs所有进程窗口列表

devtools/2024/11/22 10:54:11/

nwjsubuntu_1">-1. nwjs在低版本ubuntu运行情况

ubuntu16.04运行nw-v0.93或0.89报错找不到NSS_3.30、GLIBC_2.25


uname -a
#Linux Asus 4.15.0-112-generic #113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/issue
#Ubuntu 16.04.7 LTS \n \l/app/nwjs-sdk-v0.93.0-linux-x64/nw
#nw: /usr/lib/x86_64-linux-gnu/libnss3.so: version `NSS_3.30' not found (required by /app/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so)
#nw: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /app/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so)

换成v0.89报错相同

ubuntu18.04正常运行nw-v0.93,但异常运行nw-v0.89(不崩溃但不出界面)


sudo apt install -y libatomic1/app/nwjs-sdk-v0.93.0-linux-x64/nw  #nw-v0.93正常运行/app/nwjs-sdk-v0.89.0-linux-x64/nw  #nw-v0.89运行: 不崩溃 但却不出界面

漰溃解决中


/app/nwjs-sdk-v0.89.0-linux-x64/nw --in-process-gpu  --disable-gpu-sandbox  --no-sandbox    --url="https://i.csdn.net/#/user-center/profile" #nw  ...  --disable-devtools 

ubuntu18.04.6 TODO

nwjs_47">0. nwjs崩溃复现

nwjsv093_49">nwjs-v09.3崩溃复现

v0.93.0/nwjs-sdk-v0.93.0-linux-x64.tar.gz

/app5/nwjs-sdk-v0.93.0-linux-x64/nw --disable-gpu --url="https://i.csdn.net/#/user-center/profile"
#/app5/nwjs-sdk-v0.89.0-linux-x64/nw --disable-gpu --url="https://i.csdn.net/#/user-center/profile"
#即使添加 --ingore-gpu-blacklist 也会崩溃#win10
#g:\nwjs-sdk-v0.93.0-win-x64\nw.exe --url="https://i.csdn.net/#/user-center/profile"

右击 --> 检查背景页 --> 漰溃

win10下也崩溃,这说明 这是nwjs自身问题,难道是他不允许这样操作?

ubuntu18.04以下版本的nwjs都可复现此崩溃(已知道nwjs-v0.89在win10下同样操作 正常运行 不会崩溃)

  • nwjs-sdk-v0.39.3-linux-x64.tar.gz
  • nwjs-sdk-v0.59.1-linux-x64.tar.gz
  • nwjs-sdk-v0.79.1-linux-x64.tar.gz
  • nwjs-sdk-v0.93.0-linux-x64.tar.gz
  • nwjs-sdk-v0.49.2-linux-x64.tar.gz
  • nwjs-sdk-v0.69.1-linux-x64.tar.gz
  • nwjs-sdk-v0.89.0-linux-x64.tar.gz

ubuntu22.04下,只验证了nwjs-v0.89复现此崩溃,其他版本未验证,估计也一样崩溃

ubuntu18.04.6安装不到该机器(笔记本asus k43sd), 因此未验证

漰溃原因猜测

猜测 崩溃原因是 ubuntu22的开源显卡驱动程序Nouveau被 google加入了黑名单, 但貌似--ingore-gpu-blacklist可以禁止黑名单(也许禁止不了)

google搜索: Google 决定直接在 Chromium/Chrome 71 将 Nouveau 列入黑名单

漰溃时 控制台输出

 [1119/201403.819553:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[142199:142199:1119/201403.985775:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
[1119/201414.914243:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[1119/201414.914699:ERROR:elf_dynamic_array_reader.h(64)] tag not found
Received signal 11 SEGV_MAPERR 000000000258
#0 0x7893942d46be (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x76d46bd)
#1 0x7893942e5601 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x76e5600)
#2 0x78938c842520 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x4251f)
#3 0x789392e834da (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x62834d9)
#4 0x789394ec5050 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x82c504f)
#5 0x78939671c3b7 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9b1c3b6)
#6 0x78939671d487 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9b1d486)
#7 0x78939670ba71 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9b0ba70)
#8 0x78939670d3a3 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9b0d3a2)
#9 0x78939670d0dd (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9b0d0dc)
#10 0x7893967a5dcc (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9ba5dcb)
#11 0x7893967d38be (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9bd38bd)
#12 0x789394fba99e (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x83ba99d)
#13 0x789394fba751 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x83ba750)
#14 0x789394fbb473 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x83bb472)
#15 0x789394fbb8cc (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x83bb8cb)
#16 0x789394fbb7a6 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x83bb7a5)
#17 0x7893965b5f2d (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x99b5f2c)
#18 0x7893967d61b6 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9bd61b5)
#19 0x789394fbf455 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x83bf454)
#20 0x78938fef98c8 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x32f98c7)
#21 0x78938fef95d7 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x32f95d6)
#22 0x78938fef993d (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x32f993c)
#23 0x789394f8bfe9 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x838bfe8)
#24 0x789395c67707 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x9067706)
#25 0x789394f93284 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x8393283)
#26 0x789394f93071 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x8393070)
#27 0x789394f92c10 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x8392c0f)
#28 0x789395c6ab82 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x906ab81)
#29 0x78938cabbc44 g_main_context_dispatch
#30 0x0000000000fe <unknown>
#31 0x789394299130 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x769912f)
#32 0x78939425f80f (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x765f80e)
#33 0x789391d2fbea (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x512fbe9)
#34 0x789391d317d2 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x51317d1)
#35 0x789391d2d358 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x512d357)
#36 0x7893936f89f3 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x6af89f2)
#37 0x7893936f9efe (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x6af9efd)
#38 0x7893936f9d46 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x6af9d45)
#39 0x7893936f7643 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x6af7642)
#40 0x7893936f7c47 (/app5/nwjs-sdk-v0.93.0-linux-x64/lib/libnw.so+0x6af7c46)
#41 0x78938f35d30f ChromeMain
#42 0x78938c829d90 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x29d8f)r8: 000000000000001f  r9: 00005928041a64d8 r10: 0000000000000005 r11: 000000000000000ar12: 0000592804719ca0 r13: 000059280520fd40 r14: 0000000000000000 r15: 00005928041cf940di: 0000000000000000  si: 0000000000000000  bp: 00007ffe19ec1390  bx: 0000000000000003dx: 0000000000000000  ax: 0000592804719ca0  cx: 00005928042ecf68  sp: 00007ffe19ec1390ip: 000078938fd0d4f4 efl: 0000000000010202 cgf: 002b000000000033 erf: 0000000000000004trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000258
[end of stack trace]

nwjs_155">1 nwjs-控制台手动操纵

下载

下载页面/Previous Downloads(旧版下载)/v0.89.0/nwjs-sdk-v0.89.0-linux-x64.tar.gz

FUrl=https://dl.nwjs.io/v0.89.0/nwjs-sdk-v0.89.0-linux-x64.tar.gz( cd /app5/pack/ && wget $FUrl ;)tar -xf  /app5/pack/nwjs-sdk-v0.89.0-linux-x64.tar.gz  -C /app/
#产物形式 /app/nwjs-sdk-v0.89.0-linux-x64/bin/nw

js备忘

nwjsurl_178">nwjs打开url

nw.Window.get().window.location="http://blog.csdn.net"

nwjsdocument_183">nwjs获得document

doc=nw.Window.get().window.document

nwjsxpath_188">nwjs执行xpath

//doc.evaluate(expr,contextNode,?resolver,?type,$inResult)snap=doc.evaluate("//*",doc,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null)
const nodeLsA = Array.from({ length: snap.snapshotLength }, (_, k) => snap.snapshotItem(k));
const nodeLsB = [...Array(snap.snapshotLength).keys()].map(k=>snap.snapshotItem(k));
//A B写法是等效的it=doc.evaluate("//*",doc,null,XPathResult.ORDERED_NODE_ITERATOR_TYPE,null)
//it.invalidIteratorState==true : 不合法的遍历器状态?
if(!it.invalidIteratorState){
//正常遍历it?
}

xp

nwjs的xpath函数封装


function xp(doc,xpath_str){const snap=doc.evaluate(xpath_str,doc,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);const nodeLs = [...Array(snap.snapshotLength).keys()].map(k=>snap.snapshotItem(k));return nodeLs;
}

nwjs_220">nwjs的背景页控制台下调用

const allNode=xp(nw.Window.get().window.document,"//*");

nwjs_225">nwjs的常规页控制台下调用

const allNode=xp(window.document,"//*");

页面按标签分组计数

函数cntGrpByTagName:按照个数从多到少排序


function cntGrpByTagName(doc){
const tagLs=xp(doc,"//*").map(e=>e.tagName);
const grp=Object.groupBy(tagLs,x=>x);const entry_ls=Object.entries(grp).map((tuple)=>[tuple[0],tuple[1].length]);
const entry_ls_sorted=entry_ls.sort( (a,b) => b[1] - a[1] );const _grpCnt=new Map(entry_ls_sorted);
const grpCnt=Object.fromEntries(_grpCnt);
return grpCnt;
}

函数backend_console_printJson_url_cntGrpByTagName

function backend_console_printJson_url_cntGrpByTagName(url_str){const doc=nw.Window.get().window.document;doc.location=url_str;  // "https://editor.csdn.net/md/?not_checkout=1"const cnt_grp_by_tagName=cntGrpByTagName(doc);console.log(JSON.stringify( cnt_grp_by_tagName,null,2 ));
}

调用举例

backend_console_printJson_url_cntGrpByTagName("https://editor.csdn.net/md/?not_checkout=1");
 

剪切板试验1

写 剪切板例子(navigator.clipboard)

//nwjs背景页面控制台下 迫使 浏览器打开给定url
const win=nw.Window.get().window;
//win.location="https://editor.csdn.net/md/?not_checkout=1";//nwjs背景页面控制台下 执行以下语句后, 3秒内 立即人工将焦点给到  nwjs浏览器窗口.  
async function write_clip()  { const txt="HelloWorld";await win.navigator.clipboard.writeText(txt) ;console.log(`已向剪切板navigator.clipboard写入字符串 '${txt}' `);//此时,在浏览器页面内,若 人工 ctrl+v , 则 将粘贴出 'HelloWorld'
}
setTimeout(  write_clip , 3000)  ;

测试页面中哪个节点可以承受粘贴(失败)


测试页面中哪个节点可以承受粘贴?(实测无效)
function test_which_elem_can_paste(){
const allNode=xp(win.document,"//*");
allNode.forEach((elem,k)=>{
console.log('.');
elem.focus() ;  //聚焦该元素
elem.select() ; //全选该元素文本
win.document.execCommand('paste'); //粘贴(无效)
});
}setTimeout(  test_which_elem_can_paste , 7000)  ;

剪贴板试验2

剪切板内容转移(失败): 造input–>目标input


//人造input、给文本、聚焦、选中、复制,
const flag_input_id="id_flag_input_";
const flag_input=document.createElement("input");
flag_input.innerText="flag";
flag_input.id=flag_input_id;
document.body.appendChild(flag_input);
// flag_input =document.getElementById(flag_input_id);setTimeout( () => {
flag_input.focus(); //人造input 聚焦
flag_input.select();//人造input 全选文本
document.execCommand("copy"); //复制 人造iput的 文本 (不确定是否有效)
console.log("copyed!");const input_ls=xp(window.document,"//input");
const input0=input_ls[0];
input0.focus();//目标input 聚焦
input0.select();//目标input 全选文本
//直到这里是正常的, 标题输入框获得了焦点 并且 被选中了
document.execCommand("paste");//粘贴(无效)
//但是 并没有执行粘贴
}, 1000);

参考1(粘贴 无效 来自此)

nwjs_342">nwjs混合模式

一般模式下 nwjs 只有 背景页控制台 能访问nw.*,
--mixed-mode 混合模式下 nwjs的 普通页控制台 也能访问nw.*

/app/nwjs-sdk-v0.93.0-linux-x64/nw  --mixed-mode

写os剪切板 、 将焦点给 普通页面(编辑器) 、 对该普通页面内的焦点处做按键粘贴(ctrl+v) (bash)

混合模式打开nv=w

/app/nwjs-sdk-v0.93.0-linux-x64/nw  --mixed-mode

nw打开url

右击–>检查, 进入 普通页控制台
执行js 打开csdn的编辑器页面

nw.Window.get().window.location="https://editor.csdn.net/md/?not_checkout=1";

xdotool搜索每个nw进程的窗口列表

pidof nw | tr ' '   '\n' | while read j ; do { xdotool search --onlyvisible --pid $j   | while read k ; do ( xdotool getwindowname $k ;) ; done   ;} done
  • 写文章-CSDN博客 : 普通页面(编辑器)
  • DevTools - editor.csdn.net/md/?not_checkout=1 : 普通页面的控制台

写os剪切板 、 将焦点给 普通页面(编辑器) 、 对该普通页面内的焦点处做按键粘贴(ctrl+v) (shell写法)

echo "HelloOoo" | xclip -selection clipboard   &&   xdotool search --onlyvisible "写文章-CSDN博客" windowactivate && xdotool key ctrl+V

写os剪切板 、 将焦点给 普通页面(编辑器) 、 对该普通页面内的焦点处做按键粘贴(ctrl+v) (nodejs)

write_os_xclip-activ_win-paste_to_win-nodejs_focus_input0_of_win.md

nwjs_388">2. nw.js打开新窗口

//typscript
let login_win:NWJS_Helpers.win|undefined=undefined;
//nw.Window.open不是async的 且 不返回构造的窗口 , 因此想要获得构造的窗口 只能等待
nw.Window.open(//构造登陆窗口"http://126.com",
<NWJS_Helpers.WindowOpenOption>{id:"id_bzwin_login",new_instance:false,title:"登陆窗(初始化)",frame:true},//选项frame表示窗口是否有边框?
(new_win?: NWJS_Helpers.win) => {//窗口打开后的回调login_win=new_win;
},	
);//end_call open//循环等待 直到 login_win 非空
//javascriptlet login_win=undefined;
//nw.Window.open不是async的 且 不返回构造的窗口 , 因此想要获得构造的窗口 只能等待
nw.Window.open(//构造登陆窗口"http://126.com",
{id:"id_bzwin_login",new_instance:false,title:"登陆窗(初始化)",frame:true},//选项frame表示窗口是否有边框?
(new_win) => {//窗口打开后的回调login_win=new_win;
},	
);//end_call open//循环等待 直到 login_win 非undefined

apiFunctions.setHandleRequest('open', function(url, params, callback) {

nw.Window.open(url: string, option?: NWJS_Helpers.WindowOpenOption, callback?: (new_win: NWJS_Helpers.win) => void, ): void;

3. nw运行记录过程

/app/nwjs-sdk-v0.89.0-linux-x64/bin/nw 启动nwjs --> 检查背景页

在这里插入图片描述

在 背景页的console下执行nw.Window.get().window.location="http://blog.csdn.net"
在这里插入图片描述

在这里插入图片描述

nwjs_448">4. nwjs崩溃调用栈解码

TODO: 同样的js代码,此版本的nwjs在ubuntu22.04下经常崩溃退出,但是换成win10却不会崩溃


#https://dl.nwjs.io/v0.89.0/nwjs-sdk-v0.89.0-linux-x64.tar.gz
Minidump_stackwalk=/app/nwjs-sdk-v0.89.0-linux-x64/minidump_stackwalk #https://dl.nwjs.io/v0.89.0/nwjs-sdk-symbol-v0.89.0-linux-x64.tar.gz
symD=/app/nwjs-sdk-symbol-v0.89.0-linux-x64/
file $symD/nw.sym #  /app/nwjs-sdk-symbol-v0.89.0-linux-x64/nw.sym: ASCII textdmpD="/home/z/.config/nwjs/Crash Reports/completed/"
dmpF1="$dmpD/30719bae-1856-4152-adf1-fd847e8ff8c1.dmp"#minidump_stackwalk解码一个dmp文件
$Minidump_stackwalk  "$dmpF1"  $symD#minidump_stackwalk循环解码dmp文件
(cd "$dmpD" && ls *.dmp | while read k ; do ( ls -lh  "$k" &&  $Minidump_stackwalk  "$k"  $symD | gedit -  ;) ; done )

参考 nwjs崩溃机制

崩溃调用栈解码例子

file  "30719bae-1856-4152-adf1-fd847e8ff8c1.dmp"  
#30719bae-1856-4152-adf1-fd847e8ff8c1.dmp: Mini DuMP crash report, 9 streams, Tue Nov 19 06:14:33 2024, 0 type$Minidump_stackwalk  "30719bae-1856-4152-adf1-fd847e8ff8c1.dmp"  $symD
Operating system: Linux6.8.0 -48-generic #48~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct  7 11:24:13 UTC 2 x86_64
CPU: amd64family 6 model 154 stepping 316 CPUsGPU: UNKNOWNCrash reason:  SIGTRAP
Crash address: 0x0
Process uptime: 2541 secondsThread 0 (crashed)0  libnw.so + 0x6e9d718rax = 0x0000000000000000   rdx = 0x0000000000000001rcx = 0x0000000000000000   rbx = 0x00007ffe64dc19e0rsi = 0x0000000000000000   rdi = 0x000075614fe55d60rbp = 0x00007ffe64dc1e10   rsp = 0x00007ffe64dc1990r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x00007ffe64dc1e20   r13 = 0x000000000000006fr14 = 0x00007ffe64dc1e21   r15 = 0x00007ffe64dc2e98rip = 0x000075614909d718Found by: given as instruction pointer in context1  libnw.so + 0x6e9d25drbp = 0x00007ffe64dc2e70   rsp = 0x00007ffe64dc1e20rip = 0x000075614909d25dFound by: previous frame's frame pointer2  libnw.so + 0x6e9d7f9rbp = 0x00007ffe64dc2e80   rsp = 0x00007ffe64dc2e80rip = 0x000075614909d7f9Found by: previous frame's frame pointer3  libnw.so + 0x4f48237rbp = 0x00007ffe64dc2fd0   rsp = 0x00007ffe64dc2e90rip = 0x0000756147148237Found by: previous frame's frame pointer4  libnw.so + 0x4f45301rbp = 0x00007ffe64dc2fe0   rsp = 0x00007ffe64dc2fe0rip = 0x0000756147145301Found by: previous frame's frame pointer5  libnw.so + 0x4f43e5brbp = 0x00007ffe64dc3000   rsp = 0x00007ffe64dc2ff0rip = 0x0000756147143e5bFound by: previous frame's frame pointer6  libnw.so + 0x4f50109rbp = 0x00007ffe64dc3170   rsp = 0x00007ffe64dc3010rip = 0x0000756147150109Found by: previous frame's frame pointer7  libnw.so + 0x4f51707rbp = 0x00007ffe64dc32d0   rsp = 0x00007ffe64dc3180rip = 0x0000756147151707Found by: previous frame's frame pointer8  libnw.so + 0x4d40108rbp = 0x00007ffe64dc3390   rsp = 0x00007ffe64dc32e0rip = 0x0000756146f40108Found by: previous frame's frame pointer9  libnw.so + 0x7b309a3rbp = 0x00007ffe64dc33d0   rsp = 0x00007ffe64dc33a0rip = 0x0000756149d309a3Found by: previous frame's frame pointer
10  libnw.so + 0x763fe75rbp = 0x00007ffe64dc3580   rsp = 0x00007ffe64dc33e0rip = 0x000075614983fe75Found by: previous frame's frame pointer
11  libnw.so + 0x7b34a6crbp = 0x00007ffe64dc35f0   rsp = 0x00007ffe64dc3590rip = 0x0000756149d34a6cFound by: previous frame's frame pointer
12  libnw.so + 0x7b35fbdrbp = 0x00007ffe64dc3680   rsp = 0x00007ffe64dc3600rip = 0x0000756149d35fbdFound by: previous frame's frame pointer
13  libnw.so + 0x763acderbp = 0x00007ffe64dc36e0   rsp = 0x00007ffe64dc3690rip = 0x000075614983acdeFound by: previous frame's frame pointer
14  libnw.so + 0x763b693rbp = 0x00007ffe64dc3710   rsp = 0x00007ffe64dc36f0rip = 0x000075614983b693Found by: previous frame's frame pointer
15  libnw.so + 0x302a7c9rbp = 0x00007ffe64dc3770   rsp = 0x00007ffe64dc3720rip = 0x000075614522a7c9Found by: previous frame's frame pointer
16  libnw.so + 0x2790113rbp = 0x00007ffe64dc37d0   rsp = 0x00007ffe64dc3780rip = 0x0000756144990113Found by: previous frame's frame pointer
17  libnw.so + 0x765949arbp = 0x00007ffe64dc3850   rsp = 0x00007ffe64dc37e0rip = 0x000075614985949aFound by: previous frame's frame pointer
18  libnw.so + 0x7659805rbp = 0x00007ffe64dc38b0   rsp = 0x00007ffe64dc3860rip = 0x0000756149859805Found by: previous frame's frame pointer
19  libnw.so + 0x6ee9d4frbp = 0x00007ffe64dc3960   rsp = 0x00007ffe64dc38c0rip = 0x00007561490e9d4fFound by: previous frame's frame pointer
20  libnw.so + 0x6f036b5rbp = 0x00007ffe64dc3b40   rsp = 0x00007ffe64dc3970rip = 0x00007561491036b5Found by: previous frame's frame pointer
21  libnw.so + 0x6f03122rbp = 0x00007ffe64dc3bc0   rsp = 0x00007ffe64dc3b50rip = 0x0000756149103122Found by: previous frame's frame pointer
22  libnw.so + 0x6f03b45rbp = 0x00007ffe64dc3be0   rsp = 0x00007ffe64dc3bd0rip = 0x0000756149103b45Found by: previous frame's frame pointer
23  libnw.so + 0x6f66f6crbp = 0x00007ffe64dc3ca0   rsp = 0x00007ffe64dc3bf0rip = 0x0000756149166f6cFound by: previous frame's frame pointer
24  libnw.so + 0x6f03ee0rbp = 0x00007ffe64dc3d40   rsp = 0x00007ffe64dc3cb0rip = 0x0000756149103ee0Found by: previous frame's frame pointer
25  libnw.so + 0x6ecb9ffrbp = 0x00007ffe64dc3dc0   rsp = 0x00007ffe64dc3d50rip = 0x00007561490cb9ffFound by: previous frame's frame pointer
26  libnw.so + 0x4d5bc4arbp = 0x00007ffe64dc3e10   rsp = 0x00007ffe64dc3dd0rip = 0x0000756146f5bc4aFound by: previous frame's frame pointer
27  libnw.so + 0x4d5d842rbp = 0x00007ffe64dc3e30   rsp = 0x00007ffe64dc3e20rip = 0x0000756146f5d842Found by: previous frame's frame pointer
28  libnw.so + 0x4d594b8rbp = 0x00007ffe64dc3eb0   rsp = 0x00007ffe64dc3e40rip = 0x0000756146f594b8Found by: previous frame's frame pointer
29  libnw.so + 0x63af6adrbp = 0x00007ffe64dc3fb0   rsp = 0x00007ffe64dc3ec0rip = 0x00007561485af6adFound by: previous frame's frame pointer
30  libnw.so + 0x63b0c66rbp = 0x00007ffe64dc40a0   rsp = 0x00007ffe64dc3fc0rip = 0x00007561485b0c66Found by: previous frame's frame pointer
31  libnw.so + 0x63b0a60rbp = 0x00007ffe64dc41d0   rsp = 0x00007ffe64dc40b0rip = 0x00007561485b0a60Found by: previous frame's frame pointer
32  libnw.so + 0x63ae1f1rbp = 0x00007ffe64dc4470   rsp = 0x00007ffe64dc41e0rip = 0x00007561485ae1f1Found by: previous frame's frame pointer
33  libnw.so + 0x63ae817rbp = 0x00007ffe64dc44d0   rsp = 0x00007ffe64dc4480rip = 0x00007561485ae817Found by: previous frame's frame pointer
34  libnw.so + 0x25992e6rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc44e0rip = 0x00007561447992e6Found by: previous frame's frame pointer
35  nw + 0x3b320rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4548rip = 0x0000556e631e8320Found by: stack scanning
36  nw + 0x3aa28rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4550rip = 0x0000556e631e7a28Found by: stack scanning
37  libgobject-2.0.so.0 + 0x3f4d0rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4628rip = 0x00007561421df4d0Found by: stack scanning
38  nw + 0x3c1a0rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4648rip = 0x0000556e631e91a0Found by: stack scanning
39  nw + 0x38060rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4650rip = 0x0000556e631e5060Found by: stack scanning
40  nw + 0x3b480rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4660rip = 0x0000556e631e8480Found by: stack scanning
41  nw + 0x2d829rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4670rip = 0x0000556e631da829Found by: stack scanning
42  libnw.so + 0xd21b7c0rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4678rip = 0x000075614f41b7c0Found by: stack scanning
43  libnw.so + 0xd68c7d8rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4698rip = 0x000075614f88c7d8Found by: stack scanning
44  ld-linux-x86-64.so.2 + 0x3a040rbp = 0x00007ffe64dc4740   rsp = 0x00007ffe64dc4740rip = 0x000075614fee4040Found by: stack scanning
45  libc.so.6 + 0x29d90rsp = 0x00007ffe64dc4750   rip = 0x0000756141e29d90Found by: stack scanning
46  libc.so.6 + 0x21bee8rsp = 0x00007ffe64dc4758   rip = 0x000075614201bee8Found by: stack scanning
47  nw + 0x11580rsp = 0x00007ffe64dc4760   rip = 0x0000556e631be580Found by: stack scanning
48  nw + 0x11580rsp = 0x00007ffe64dc4790   rip = 0x0000556e631be580Found by: stack scanning
49  ld-linux-x86-64.so.2 + 0x3a040rsp = 0x00007ffe64dc47a0   rip = 0x000075614fee4040Found by: stack scanning
50  libc.so.6 + 0x29e40rsp = 0x00007ffe64dc47f0   rip = 0x0000756141e29e40Found by: stack scanning
51  nw + 0x11490rsp = 0x00007ffe64dc4820   rip = 0x0000556e631be490Found by: stack scanning
52  nw + 0x114barsp = 0x00007ffe64dc4840   rip = 0x0000556e631be4baFound by: stack scanningThread 10  libc.so.6 + 0x118bcfrax = 0xfffffffffffffdfc   rdx = 0x00000000ffffffffrcx = 0x0000756141f18bcf   rbx = 0x0000556e63e645e0rsi = 0x0000000000000002   rdi = 0x000075613e5fe060rbp = 0x000075613e5fe0a0   rsp = 0x000075613e5fdf00r8 = 0x0000000000000000    r9 = 0x00007ffe64dc3df0r10 = 0x0000000000000000   r11 = 0x0000000000000293r12 = 0x0000000000000000   r13 = 0x000075613e5fdf30r14 = 0x00007561438ad640   r15 = 0x000075613e5fe060rip = 0x0000756141f18bcfFound by: given as instruction pointer in context1  libnw.so + 0x6f3751frbp = 0x000075613e5fe0d0   rsp = 0x000075613e5fe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer2  libc.so.6 + 0x947d0rbp = 0x000075613e5fe0d0   rsp = 0x000075613e5fe0c8rip = 0x0000756141e947d0Found by: stack scanning3  libc.so.6 + 0x94ac3rsp = 0x000075613e5fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning4  libc.so.6 + 0x947d0rsp = 0x000075613e5fe118   rip = 0x0000756141e947d0Found by: stack scanning5  libc.so.6 + 0x126850rsp = 0x000075613e5fe180   rip = 0x0000756141f26850Found by: stack scanningThread 20  libc.so.6 + 0x91117rax = 0xfffffffffffffdfc   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000089   rdi = 0x000075613d1fdf08rbp = 0x000075613d1fdee0   rsp = 0x000075613d1fdca0r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x000075613d1fddc0   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x000075613d1fdf08   r15 = 0x0000000000000000rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93e9brbp = 0x000075613d1fdee0   rsp = 0x000075613d1fdce0rip = 0x0000756141e93e9bFound by: stack scanning2  libc.so.6 + 0x93720rbp = 0x000075613d1fdee0   rsp = 0x000075613d1fdd38rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36df3rbp = 0x000075613d1fdee0   rsp = 0x000075613d1fddc0rip = 0x0000756149136df3Found by: stack scanning4  libnw.so + 0x6f63718rbp = 0x000075613d1fdee0   rsp = 0x000075613d1fde70rip = 0x0000756149163718Found by: stack scanning5  libnw.so + 0xd490540rbp = 0x000075613d1fdee0   rsp = 0x000075613d1fdea8rip = 0x000075614f690540Found by: stack scanning6  libnw.so + 0x156d362rsp = 0x000075613d1fdf28   rip = 0x000075614376d362Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x000075613d1fdf60   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0x6f1f458rsp = 0x000075613d1fe000   rip = 0x000075614911f458Found by: stack scanning9  libnw.so + 0x6f1f5b3rsp = 0x000075613d1fe070   rip = 0x000075614911f5b3Found by: stack scanning
10  libnw.so + 0x6f3751frsp = 0x000075613d1fe0b0   rip = 0x000075614913751fFound by: stack scanning
11  libc.so.6 + 0x947d0rsp = 0x000075613d1fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
12  libc.so.6 + 0x94ac3rsp = 0x000075613d1fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
13  libc.so.6 + 0x947d0rsp = 0x000075613d1fe118   rip = 0x0000756141e947d0Found by: stack scanning
14  libc.so.6 + 0x126850rsp = 0x000075613d1fe180   rip = 0x0000756141f26850Found by: stack scanningThread 30  libc.so.6 + 0x125e2erax = 0xfffffffffffffffc   rdx = 0x0000000000000010rcx = 0x0000756141f25e2e   rbx = 0x000075612c001760rsi = 0x0000756137dfdd00   rdi = 0x0000000000000072rbp = 0x0000756137dfde40   rsp = 0x0000756137dfdcd0r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x000000000000d24d   r11 = 0x0000000000000293r12 = 0x0000000003357b0e   r13 = 0x7fffffffffffffffr14 = 0x000075612c001760   r15 = 0x0000756137dfde50rip = 0x0000756141f25e2eFound by: given as instruction pointer in context1  libnw.so + 0x6f60445rbp = 0x0000756137dfdec0   rsp = 0x0000756137dfde50rip = 0x0000756149160445Found by: previous frame's frame pointer2  libnw.so + 0x6f03ee0rbp = 0x0000756137dfdf60   rsp = 0x0000756137dfded0rip = 0x0000756149103ee0Found by: previous frame's frame pointer3  libnw.so + 0x6ecb9ffrbp = 0x0000756137dfdfe0   rsp = 0x0000756137dfdf70rip = 0x00007561490cb9ffFound by: previous frame's frame pointer4  libnw.so + 0x6f24d38rbp = 0x0000756137dfe020   rsp = 0x0000756137dfdff0rip = 0x0000756149124d38Found by: previous frame's frame pointer5  libnw.so + 0x6f105bdrbp = 0x0000756137dfe040   rsp = 0x0000756137dfe030rip = 0x00007561491105bdFound by: previous frame's frame pointer6  libnw.so + 0x6f24e89rbp = 0x0000756137dfe0a0   rsp = 0x0000756137dfe050rip = 0x0000756149124e89Found by: previous frame's frame pointer7  libnw.so + 0x6f3751frbp = 0x0000756137dfe0d0   rsp = 0x0000756137dfe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer8  libc.so.6 + 0x947d0rbp = 0x0000756137dfe0d0   rsp = 0x0000756137dfe0c8rip = 0x0000756141e947d0Found by: stack scanning9  libc.so.6 + 0x94ac3rsp = 0x0000756137dfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
10  libc.so.6 + 0x947d0rsp = 0x0000756137dfe118   rip = 0x0000756141e947d0Found by: stack scanning
11  libc.so.6 + 0x126850rsp = 0x0000756137dfe180   rip = 0x0000756141f26850Found by: stack scanningThread 40  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x00007561373fde48rbp = 0x00007561373fde20   rsp = 0x00007561373fdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x00007561373fde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x00007561373fde20   rsp = 0x00007561373fdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x00007561373fde20   rsp = 0x00007561373fdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x00007561373fde20   rsp = 0x00007561373fdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x00007561373fde20   rsp = 0x00007561373fddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6f14c3drbp = 0x00007561373fde20   rsp = 0x00007561373fddd0rip = 0x0000756149114c3dFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x00007561373fde20   rsp = 0x00007561373fdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x00007561373fdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x00007561373fdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x00007561373fdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x00007561373fdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x00007561373fdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x00007561373fe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x00007561373fe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x00007561373fe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x00007561373fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x00007561373fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x00007561373fe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x00007561373fe180   rip = 0x0000756141f26850Found by: stack scanningThread 50  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x00007561369fde48rbp = 0x00007561369fde20   rsp = 0x00007561369fdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x00007561369fde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x00007561369fde20   rsp = 0x00007561369fdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x00007561369fde20   rsp = 0x00007561369fdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x00007561369fde20   rsp = 0x00007561369fdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x00007561369fde20   rsp = 0x00007561369fddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6eb435brbp = 0x00007561369fde20   rsp = 0x00007561369fddd0rip = 0x00007561490b435bFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x00007561369fde20   rsp = 0x00007561369fdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x00007561369fdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x00007561369fdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x00007561369fdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x00007561369fdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x00007561369fdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x00007561369fe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x00007561369fe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x00007561369fe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x00007561369fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x00007561369fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x00007561369fe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x00007561369fe180   rip = 0x0000756141f26850Found by: stack scanningThread 60  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x00007561355fde48rbp = 0x00007561355fde20   rsp = 0x00007561355fdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x00007561355fde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x00007561355fde20   rsp = 0x00007561355fdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x00007561355fde20   rsp = 0x00007561355fdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f0f050rbp = 0x00007561355fde20   rsp = 0x00007561355fdcb8rip = 0x000075614910f050Found by: stack scanning4  libnw.so + 0x1565e6crbp = 0x00007561355fde20   rsp = 0x00007561355fdcf8rip = 0x0000756143765e6cFound by: stack scanning5  libnw.so + 0x6f36c9drbp = 0x00007561355fde20   rsp = 0x00007561355fdd30rip = 0x0000756149136c9dFound by: stack scanning6  libnw.so + 0x7659678rbp = 0x00007561355fde20   rsp = 0x00007561355fdd38rip = 0x0000756149859678Found by: stack scanning7  libnw.so + 0x6f63755rbp = 0x00007561355fde20   rsp = 0x00007561355fddb0rip = 0x0000756149163755Found by: stack scanning8  libnw.so + 0x7659678rbp = 0x00007561355fde20   rsp = 0x00007561355fddb8rip = 0x0000756149859678Found by: stack scanning9  libnw.so + 0xd490540rbp = 0x00007561355fde20   rsp = 0x00007561355fdde8rip = 0x000075614f690540Found by: stack scanning
10  libnw.so + 0x6ee71c3rsp = 0x00007561355fdea0   rip = 0x00007561490e71c3Found by: stack scanning
11  libnw.so + 0xd491fb8rsp = 0x00007561355fdf30   rip = 0x000075614f691fb8Found by: stack scanning
12  libnw.so + 0x6f1bdbdrsp = 0x00007561355fdf40   rip = 0x000075614911bdbdFound by: stack scanning
13  libnw.so + 0x6f1b2abrsp = 0x00007561355fdf50   rip = 0x000075614911b2abFound by: stack scanning
14  nw + 0x1192frsp = 0x00007561355fdfd0   rip = 0x0000556e631be92fFound by: stack scanning
15  libnw.so + 0x6f1b09drsp = 0x00007561355fe050   rip = 0x000075614911b09dFound by: stack scanning
16  libnw.so + 0x6f1afa1rsp = 0x00007561355fe070   rip = 0x000075614911afa1Found by: stack scanning
17  libnw.so + 0x6f3751frsp = 0x00007561355fe0b0   rip = 0x000075614913751fFound by: stack scanning
18  libc.so.6 + 0x947d0rsp = 0x00007561355fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
19  libc.so.6 + 0x94ac3rsp = 0x00007561355fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
20  libc.so.6 + 0x947d0rsp = 0x00007561355fe118   rip = 0x0000756141e947d0Found by: stack scanning
21  libc.so.6 + 0x126850rsp = 0x00007561355fe180   rip = 0x0000756141f26850Found by: stack scanningThread 70  libc.so.6 + 0x118bcfrax = 0xfffffffffffffdfc   rdx = 0x00000000ffffffffrcx = 0x0000756141f18bcf   rbx = 0x0000756135ffe05crsi = 0x0000000000000001   rdi = 0x0000756135ffe05crbp = 0x0000756135ffe0a0   rsp = 0x0000756135ffdf90r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x0000756141eec04b   r11 = 0x0000000000000293r12 = 0x000075614fd7b7f0   r13 = 0x0000000000000002r14 = 0x0000756135ffdfd8   r15 = 0x0000756136000640rip = 0x0000756141f18bcfFound by: given as instruction pointer in context1  libnw.so + 0x6f3751frbp = 0x0000756135ffe0d0   rsp = 0x0000756135ffe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer2  libc.so.6 + 0x947d0rbp = 0x0000756135ffe0d0   rsp = 0x0000756135ffe0c8rip = 0x0000756141e947d0Found by: stack scanning3  libc.so.6 + 0x94ac3rsp = 0x0000756135ffe0e0   rip = 0x0000756141e94ac3Found by: stack scanning4  libc.so.6 + 0x947d0rsp = 0x0000756135ffe118   rip = 0x0000756141e947d0Found by: stack scanning5  libc.so.6 + 0x126850rsp = 0x0000756135ffe180   rip = 0x0000756141f26850Found by: stack scanningThread 80  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x0000756134bfde48rbp = 0x0000756134bfde20   rsp = 0x0000756134bfdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x0000756134bfde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x0000756134bfde20   rsp = 0x0000756134bfdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x0000756134bfde20   rsp = 0x0000756134bfdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x0000756134bfde20   rsp = 0x0000756134bfdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x0000756134bfde20   rsp = 0x0000756134bfddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6eb435brbp = 0x0000756134bfde20   rsp = 0x0000756134bfddd0rip = 0x00007561490b435bFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x0000756134bfde20   rsp = 0x0000756134bfdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x0000756134bfdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x0000756134bfdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x0000756134bfdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x0000756134bfdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x0000756134bfdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x0000756134bfe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x0000756134bfe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x0000756134bfe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x0000756134bfe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x0000756134bfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x0000756134bfe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x0000756134bfe180   rip = 0x0000756141f26850Found by: stack scanningThread 90  libc.so.6 + 0x125e2erax = 0xfffffffffffffffc   rdx = 0x0000000000000010rcx = 0x0000756141f25e2e   rbx = 0x000075610c001c60rsi = 0x000075612bdfdce0   rdi = 0x0000000000000078rbp = 0x000075612bdfde20   rsp = 0x000075612bdfdcb0r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x0000000000001d1a   r11 = 0x0000000000000293r12 = 0x000000000071aa5f   r13 = 0x7fffffffffffffffr14 = 0x000075610c001c60   r15 = 0x000075612bdfde30rip = 0x0000756141f25e2eFound by: given as instruction pointer in context1  libnw.so + 0x6f60445rbp = 0x000075612bdfdea0   rsp = 0x000075612bdfde30rip = 0x0000756149160445Found by: previous frame's frame pointer2  libnw.so + 0x6f03ee0rbp = 0x000075612bdfdf40   rsp = 0x000075612bdfdeb0rip = 0x0000756149103ee0Found by: previous frame's frame pointer3  libnw.so + 0x6ecb9ffrbp = 0x000075612bdfdfc0   rsp = 0x000075612bdfdf50rip = 0x00007561490cb9ffFound by: previous frame's frame pointer4  libnw.so + 0x6f24d38rbp = 0x000075612bdfe000   rsp = 0x000075612bdfdfd0rip = 0x0000756149124d38Found by: previous frame's frame pointer5  libnw.so + 0x4d5e9f0rbp = 0x000075612bdfe040   rsp = 0x000075612bdfe010rip = 0x0000756146f5e9f0Found by: previous frame's frame pointer6  libnw.so + 0x6f24e89rbp = 0x000075612bdfe0a0   rsp = 0x000075612bdfe050rip = 0x0000756149124e89Found by: previous frame's frame pointer7  libnw.so + 0x6f3751frbp = 0x000075612bdfe0d0   rsp = 0x000075612bdfe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer8  libc.so.6 + 0x947d0rbp = 0x000075612bdfe0d0   rsp = 0x000075612bdfe0c8rip = 0x0000756141e947d0Found by: stack scanning9  libc.so.6 + 0x94ac3rsp = 0x000075612bdfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
10  libc.so.6 + 0x947d0rsp = 0x000075612bdfe118   rip = 0x0000756141e947d0Found by: stack scanning
11  libc.so.6 + 0x126850rsp = 0x000075612bdfe180   rip = 0x0000756141f26850Found by: stack scanningThread 100  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x000075612b3fde48rbp = 0x000075612b3fde20   rsp = 0x000075612b3fdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x000075612b3fde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x000075612b3fde20   rsp = 0x000075612b3fdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x000075612b3fde20   rsp = 0x000075612b3fdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x000075612b3fde20   rsp = 0x000075612b3fdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x000075612b3fde20   rsp = 0x000075612b3fddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6f14c3drbp = 0x000075612b3fde20   rsp = 0x000075612b3fddd0rip = 0x0000756149114c3dFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x000075612b3fde20   rsp = 0x000075612b3fdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x000075612b3fdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x000075612b3fdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x000075612b3fdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x000075612b3fdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x000075612b3fdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x000075612b3fe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x000075612b3fe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x000075612b3fe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x000075612b3fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x000075612b3fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x000075612b3fe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x000075612b3fe180   rip = 0x0000756141f26850Found by: stack scanningThread 110  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x000075612a9fdd78rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdb40r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x000075612a9fdd78rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libnw.so + 0xd48e510rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdb48rip = 0x000075614f68e510Found by: stack scanning2  libc.so.6 + 0x93a41rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdb80rip = 0x0000756141e93a41Found by: stack scanning3  libc.so.6 + 0x93720rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdbd8rip = 0x0000756141e93720Found by: stack scanning4  libnw.so + 0xd48e658rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdbe8rip = 0x000075614f68e658Found by: stack scanning5  libnw.so + 0xdb7a6b8rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdc18rip = 0x000075614fd7a6b8Found by: stack scanning6  libnw.so + 0x6f36c9drbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdc60rip = 0x0000756149136c9dFound by: stack scanning7  libnw.so + 0xdb7a6b8rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdc68rip = 0x000075614fd7a6b8Found by: stack scanning8  libnw.so + 0xdb7a6b8rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdc70rip = 0x000075614fd7a6b8Found by: stack scanning9  libnw.so + 0x6f63755rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdce0rip = 0x0000756149163755Found by: stack scanning
10  libnw.so + 0xd490540rbp = 0x000075612a9fdd50   rsp = 0x000075612a9fdd18rip = 0x000075614f690540Found by: stack scanning
11  libnw.so + 0x6ee71c3rsp = 0x000075612a9fddd0   rip = 0x00007561490e71c3Found by: stack scanning
12  libnw.so + 0xd491fb8rsp = 0x000075612a9fdde0   rip = 0x000075614f691fb8Found by: stack scanning
13  libnw.so + 0x6ee7113rsp = 0x000075612a9fde70   rip = 0x00007561490e7113Found by: stack scanning
14  libnw.so + 0x6ea47b5rsp = 0x000075612a9fde80   rip = 0x00007561490a47b5Found by: stack scanning
15  libnw.so + 0x6f03ee0rsp = 0x000075612a9fdef0   rip = 0x0000756149103ee0Found by: stack scanning
16  libc.so.6 + 0xa5139rsp = 0x000075612a9fdf00   rip = 0x0000756141ea5139Found by: stack scanning
17  nw + 0x1192frsp = 0x000075612a9fdf10   rip = 0x0000556e631be92fFound by: stack scanning
18  libnw.so + 0xdb7a6b8rsp = 0x000075612a9fdf38   rip = 0x000075614fd7a6b8Found by: stack scanning
19  libnw.so + 0x6ecb9ffrsp = 0x000075612a9fdf90   rip = 0x00007561490cb9ffFound by: stack scanning
20  nw + 0x377c8rsp = 0x000075612a9fdfb0   rip = 0x0000556e631e47c8Found by: stack scanning
21  libc.so.6 + 0xa5139rsp = 0x000075612a9fdfc0   rip = 0x0000756141ea5139Found by: stack scanning
22  libnw.so + 0x6f24d38rsp = 0x000075612a9fe010   rip = 0x0000756149124d38Found by: stack scanning
23  libnw.so + 0x1a465a7rsp = 0x000075612a9fe018   rip = 0x0000756143c465a7Found by: stack scanning
24  libnw.so + 0x1b38817rsp = 0x000075612a9fe020   rip = 0x0000756143d38817Found by: stack scanning
25  libnw.so + 0x6f24d2drsp = 0x000075612a9fe030   rip = 0x0000756149124d2dFound by: stack scanning
26  libnw.so + 0x6f24e89rsp = 0x000075612a9fe050   rip = 0x0000756149124e89Found by: stack scanning
27  libnw.so + 0x6f36ea1rsp = 0x000075612a9fe080   rip = 0x0000756149136ea1Found by: stack scanning
28  libnw.so + 0x6f3751frsp = 0x000075612a9fe0b0   rip = 0x000075614913751fFound by: stack scanning
29  libc.so.6 + 0x947d0rsp = 0x000075612a9fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
30  libc.so.6 + 0x94ac3rsp = 0x000075612a9fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
31  libc.so.6 + 0x947d0rsp = 0x000075612a9fe118   rip = 0x0000756141e947d0Found by: stack scanning
32  libc.so.6 + 0x126850rsp = 0x000075612a9fe180   rip = 0x0000756141f26850Found by: stack scanningThread 120  libc.so.6 + 0x118bcfrax = 0xfffffffffffffdfc   rdx = 0x00000000ffffffffrcx = 0x0000756141f18bcf   rbx = 0x00007561420c17a0rsi = 0x0000000000000002   rdi = 0x0000556e63fd6310rbp = 0x0000556e63fd6310   rsp = 0x00007561295fe000r8 = 0x0000000000000000    r9 = 0x000075614219e3e0r10 = 0x0000000000000010   r11 = 0x0000000000000293r12 = 0x0000000000000002   r13 = 0x00007561295fe044r14 = 0x00000000ffffffff   r15 = 0x0000556e63fd8bf0rip = 0x0000756141f18bcfFound by: given as instruction pointer in context1  libglib-2.0.so.0 + 0xab256rsp = 0x00007561295fe030   rip = 0x0000756142111256Found by: stack scanning2  libc.so.6 + 0x947d0rsp = 0x00007561295fe058   rip = 0x0000756141e947d0Found by: stack scanning3  libglib-2.0.so.0 + 0x138b28rsp = 0x00007561295fe060   rip = 0x000075614219eb28Found by: stack scanning4  libc.so.6 + 0x947d0rsp = 0x00007561295fe080   rip = 0x0000756141e947d0Found by: stack scanning5  libglib-2.0.so.0 + 0x533e3rsp = 0x00007561295fe090   rip = 0x00007561420b93e3Found by: stack scanning6  libglib-2.0.so.0 + 0x53431rsp = 0x00007561295fe0b0   rip = 0x00007561420b9431Found by: stack scanning7  libglib-2.0.so.0 + 0x84ab1rsp = 0x00007561295fe0c0   rip = 0x00007561420eaab1Found by: stack scanning8  libc.so.6 + 0x94ac3rsp = 0x00007561295fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning9  libc.so.6 + 0x947d0rsp = 0x00007561295fe118   rip = 0x0000756141e947d0Found by: stack scanning
10  libc.so.6 + 0x126850rsp = 0x00007561295fe180   rip = 0x0000756141f26850Found by: stack scanningThread 130  libc.so.6 + 0x118bcfrax = 0xfffffffffffffdfc   rdx = 0x00000000ffffffffrcx = 0x0000756141f18bcf   rbx = 0x00007561420c17a0rsi = 0x0000000000000002   rdi = 0x0000556e63fe9e30rbp = 0x0000556e63fe9e30   rsp = 0x0000756128bfe000r8 = 0x0000000000000000    r9 = 0x0000000000000002r10 = 0x0000000000000016   r11 = 0x0000000000000293r12 = 0x0000000000000002   r13 = 0x0000756128bfe044r14 = 0x00000000ffffffff   r15 = 0x0000556e63fe8370rip = 0x0000756141f18bcfFound by: given as instruction pointer in context1  libglib-2.0.so.0 + 0xab256rsp = 0x0000756128bfe030   rip = 0x0000756142111256Found by: stack scanning2  libc.so.6 + 0x947d0rsp = 0x0000756128bfe080   rip = 0x0000756141e947d0Found by: stack scanning3  libglib-2.0.so.0 + 0x552b3rsp = 0x0000756128bfe090   rip = 0x00007561420bb2b3Found by: stack scanning4  libgio-2.0.so.0 + 0x11581arsp = 0x0000756128bfe0b0   rip = 0x000075614180f81aFound by: stack scanning5  libglib-2.0.so.0 + 0x84ab1rsp = 0x0000756128bfe0c0   rip = 0x00007561420eaab1Found by: stack scanning6  libc.so.6 + 0x94ac3rsp = 0x0000756128bfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning7  libc.so.6 + 0x947d0rsp = 0x0000756128bfe118   rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x126850rsp = 0x0000756128bfe180   rip = 0x0000756141f26850Found by: stack scanningThread 140  libc.so.6 + 0x125e2erax = 0xfffffffffffffffc   rdx = 0x0000000000000010rcx = 0x0000756141f25e2e   rbx = 0x00007560ec001c60rsi = 0x000075611fdfdd20   rdi = 0x000000000000007erbp = 0x000075611fdfde60   rsp = 0x000075611fdfdcf0r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x00000000ffffffff   r11 = 0x0000000000000293r12 = 0x7fffffffffffffff   r13 = 0x7fffffffffffffffr14 = 0x00007560ec001c60   r15 = 0x000075611fdfde70rip = 0x0000756141f25e2eFound by: given as instruction pointer in context1  libnw.so + 0x6f60445rbp = 0x000075611fdfdee0   rsp = 0x000075611fdfde70rip = 0x0000756149160445Found by: previous frame's frame pointer2  libnw.so + 0x6f03ee0rbp = 0x000075611fdfdf80   rsp = 0x000075611fdfdef0rip = 0x0000756149103ee0Found by: previous frame's frame pointer3  libnw.so + 0x6ecb9ffrbp = 0x000075611fdfe000   rsp = 0x000075611fdfdf90rip = 0x00007561490cb9ffFound by: previous frame's frame pointer4  libnw.so + 0x6f24d38rbp = 0x000075611fdfe040   rsp = 0x000075611fdfe010rip = 0x0000756149124d38Found by: previous frame's frame pointer5  libnw.so + 0x6f24e89rbp = 0x000075611fdfe0a0   rsp = 0x000075611fdfe050rip = 0x0000756149124e89Found by: previous frame's frame pointer6  libnw.so + 0x6f3751frbp = 0x000075611fdfe0d0   rsp = 0x000075611fdfe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer7  libc.so.6 + 0x947d0rbp = 0x000075611fdfe0d0   rsp = 0x000075611fdfe0c8rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x94ac3rsp = 0x000075611fdfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning9  libc.so.6 + 0x947d0rsp = 0x000075611fdfe118   rip = 0x0000756141e947d0Found by: stack scanning
10  libc.so.6 + 0x126850rsp = 0x000075611fdfe180   rip = 0x0000756141f26850Found by: stack scanningThread 150  libc.so.6 + 0x11481crax = 0xfffffffffffffe00   rdx = 0x0000000000000004rcx = 0x0000756141f1481c   rbx = 0x0000556e6400f7b0rsi = 0x000075611f3fe074   rdi = 0x0000000000000083rbp = 0x000075611f3fe0a0   rsp = 0x000075611f3fdee0r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x0000756141eec04b   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x000000000000000br14 = 0x000075611f3fe074   r15 = 0x0000000000000004rip = 0x0000756141f1481cFound by: given as instruction pointer in context1  libnw.so + 0x6f3751frbp = 0x000075611f3fe0d0   rsp = 0x000075611f3fe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer2  libc.so.6 + 0x947d0rbp = 0x000075611f3fe0d0   rsp = 0x000075611f3fe0c8rip = 0x0000756141e947d0Found by: stack scanning3  libc.so.6 + 0x94ac3rsp = 0x000075611f3fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning4  libc.so.6 + 0x947d0rsp = 0x000075611f3fe118   rip = 0x0000756141e947d0Found by: stack scanning5  libc.so.6 + 0x126850rsp = 0x000075611f3fe180   rip = 0x0000756141f26850Found by: stack scanningThread 160  libc.so.6 + 0x118bcfrax = 0xfffffffffffffdfc   rdx = 0x00000000ffffffffrcx = 0x0000756141f18bcf   rbx = 0x00007561420c17a0rsi = 0x0000000000000001   rdi = 0x0000556e640d8430rbp = 0x0000556e640d8430   rsp = 0x000075611e9fe000r8 = 0x0000000000000000    r9 = 0x0000000000000002r10 = 0x0000000000000011   r11 = 0x0000000000000293r12 = 0x0000000000000001   r13 = 0x000075611e9fe044r14 = 0x00000000ffffffff   r15 = 0x0000556e6407d580rip = 0x0000756141f18bcfFound by: given as instruction pointer in context1  libglib-2.0.so.0 + 0xab256rsp = 0x000075611e9fe030   rip = 0x0000756142111256Found by: stack scanning2  libc.so.6 + 0x947d0rsp = 0x000075611e9fe080   rip = 0x0000756141e947d0Found by: stack scanning3  libglib-2.0.so.0 + 0x533e3rsp = 0x000075611e9fe090   rip = 0x00007561420b93e3Found by: stack scanning4  libdconfsettings.so + 0x733drsp = 0x000075611e9fe0b0   rip = 0x000075613dd9833dFound by: stack scanning5  libglib-2.0.so.0 + 0x84ab1rsp = 0x000075611e9fe0c0   rip = 0x00007561420eaab1Found by: stack scanning6  libc.so.6 + 0x94ac3rsp = 0x000075611e9fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning7  libc.so.6 + 0x947d0rsp = 0x000075611e9fe118   rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x126850rsp = 0x000075611e9fe180   rip = 0x0000756141f26850Found by: stack scanningThread 170  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x000075611cbfde48rbp = 0x000075611cbfde20   rsp = 0x000075611cbfdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x000075611cbfde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x000075611cbfde20   rsp = 0x000075611cbfdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x000075611cbfde20   rsp = 0x000075611cbfdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x000075611cbfde20   rsp = 0x000075611cbfdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x70b8bderbp = 0x000075611cbfde20   rsp = 0x000075611cbfdd40rip = 0x00007561492b8bdeFound by: stack scanning5  libnw.so + 0xd4a6eb8rbp = 0x000075611cbfde20   rsp = 0x000075611cbfdd48rip = 0x000075614f6a6eb8Found by: stack scanning6  libnw.so + 0x6f63755rbp = 0x000075611cbfde20   rsp = 0x000075611cbfddb0rip = 0x0000756149163755Found by: stack scanning7  libnw.so + 0xd490540rbp = 0x000075611cbfde20   rsp = 0x000075611cbfdde8rip = 0x000075614f690540Found by: stack scanning8  libnw.so + 0x6ee71c3rsp = 0x000075611cbfdea0   rip = 0x00007561490e71c3Found by: stack scanning9  libnw.so + 0x6f1f8b1rsp = 0x000075611cbfdeb0   rip = 0x000075614911f8b1Found by: stack scanning
10  libnw.so + 0xd491fb8rsp = 0x000075611cbfdf30   rip = 0x000075614f691fb8Found by: stack scanning
11  libnw.so + 0x6f1bdbdrsp = 0x000075611cbfdf40   rip = 0x000075614911bdbdFound by: stack scanning
12  libnw.so + 0x6f1b2abrsp = 0x000075611cbfdf50   rip = 0x000075614911b2abFound by: stack scanning
13  nw + 0x377c8rsp = 0x000075611cbfdf90   rip = 0x0000556e631e47c8Found by: stack scanning
14  libc.so.6 + 0xa5139rsp = 0x000075611cbfdfa0   rip = 0x0000756141ea5139Found by: stack scanning
15  nw + 0x1192frsp = 0x000075611cbfdfd0   rip = 0x0000556e631be92fFound by: stack scanning
16  libnw.so + 0x6f1b06drsp = 0x000075611cbfe050   rip = 0x000075614911b06dFound by: stack scanning
17  libnw.so + 0x6f1af6drsp = 0x000075611cbfe070   rip = 0x000075614911af6dFound by: stack scanning
18  libnw.so + 0x6f3751frsp = 0x000075611cbfe0b0   rip = 0x000075614913751fFound by: stack scanning
19  libc.so.6 + 0x947d0rsp = 0x000075611cbfe0c8   rip = 0x0000756141e947d0Found by: stack scanning
20  libc.so.6 + 0x94ac3rsp = 0x000075611cbfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
21  libc.so.6 + 0x947d0rsp = 0x000075611cbfe118   rip = 0x0000756141e947d0Found by: stack scanning
22  libc.so.6 + 0x126850rsp = 0x000075611cbfe180   rip = 0x0000756141f26850Found by: stack scanningThread 180  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x000075611dffde48rbp = 0x000075611dffde20   rsp = 0x000075611dffdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x000075611dffde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x000075611dffde20   rsp = 0x000075611dffdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x000075611dffde20   rsp = 0x000075611dffdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x000075611dffde20   rsp = 0x000075611dffdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x000075611dffde20   rsp = 0x000075611dffddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6f14c3drbp = 0x000075611dffde20   rsp = 0x000075611dffddd0rip = 0x0000756149114c3dFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x000075611dffde20   rsp = 0x000075611dffdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x000075611dffdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x000075611dffdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x000075611dffdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x000075611dffdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x000075611dffdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x000075611dffe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x000075611dffe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x000075611dffe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x000075611dffe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x000075611dffe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x000075611dffe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x000075611dffe180   rip = 0x0000756141f26850Found by: stack scanningThread 190  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x000075611d5fde48rbp = 0x000075611d5fde20   rsp = 0x000075611d5fdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x000075611d5fde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x000075611d5fde20   rsp = 0x000075611d5fdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x000075611d5fde20   rsp = 0x000075611d5fdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x000075611d5fde20   rsp = 0x000075611d5fdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x000075611d5fde20   rsp = 0x000075611d5fddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6f14c3drbp = 0x000075611d5fde20   rsp = 0x000075611d5fddd0rip = 0x0000756149114c3dFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x000075611d5fde20   rsp = 0x000075611d5fdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x000075611d5fdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x000075611d5fdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x000075611d5fdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x000075611d5fdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x000075611d5fdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x000075611d5fe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x000075611d5fe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x000075611d5fe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x000075611d5fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x000075611d5fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x000075611d5fe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x000075611d5fe180   rip = 0x0000756141f26850Found by: stack scanningThread 200  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x0000756113dfde48rbp = 0x0000756113dfde20   rsp = 0x0000756113dfdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x0000756113dfde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x0000756113dfde20   rsp = 0x0000756113dfdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x0000756113dfde20   rsp = 0x0000756113dfdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f36c9drbp = 0x0000756113dfde20   rsp = 0x0000756113dfdd30rip = 0x0000756149136c9dFound by: stack scanning4  libnw.so + 0x6f63755rbp = 0x0000756113dfde20   rsp = 0x0000756113dfddb0rip = 0x0000756149163755Found by: stack scanning5  libnw.so + 0x6f14c3drbp = 0x0000756113dfde20   rsp = 0x0000756113dfddd0rip = 0x0000756149114c3dFound by: stack scanning6  libnw.so + 0xd490540rbp = 0x0000756113dfde20   rsp = 0x0000756113dfdde8rip = 0x000075614f690540Found by: stack scanning7  libnw.so + 0x6ee71c3rsp = 0x0000756113dfdea0   rip = 0x00007561490e71c3Found by: stack scanning8  libnw.so + 0xd491fb8rsp = 0x0000756113dfdf30   rip = 0x000075614f691fb8Found by: stack scanning9  libnw.so + 0x6f1bdbdrsp = 0x0000756113dfdf40   rip = 0x000075614911bdbdFound by: stack scanning
10  libnw.so + 0x6f1b2abrsp = 0x0000756113dfdf50   rip = 0x000075614911b2abFound by: stack scanning
11  nw + 0x1192frsp = 0x0000756113dfdfd0   rip = 0x0000556e631be92fFound by: stack scanning
12  libnw.so + 0x6f1b06drsp = 0x0000756113dfe050   rip = 0x000075614911b06dFound by: stack scanning
13  libnw.so + 0x6f1af6drsp = 0x0000756113dfe070   rip = 0x000075614911af6dFound by: stack scanning
14  libnw.so + 0x6f3751frsp = 0x0000756113dfe0b0   rip = 0x000075614913751fFound by: stack scanning
15  libc.so.6 + 0x947d0rsp = 0x0000756113dfe0c8   rip = 0x0000756141e947d0Found by: stack scanning
16  libc.so.6 + 0x94ac3rsp = 0x0000756113dfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x0000756113dfe118   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x126850rsp = 0x0000756113dfe180   rip = 0x0000756141f26850Found by: stack scanningThread 210  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x00007561133fde48rbp = 0x00007561133fde20   rsp = 0x00007561133fdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x00007561133fde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x00007561133fde20   rsp = 0x00007561133fdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x00007561133fde20   rsp = 0x00007561133fdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f0f050rbp = 0x00007561133fde20   rsp = 0x00007561133fdcb8rip = 0x000075614910f050Found by: stack scanning4  libnw.so + 0x1b30190rbp = 0x00007561133fde20   rsp = 0x00007561133fdcf8rip = 0x0000756143d30190Found by: stack scanning5  libnw.so + 0x6f36c9drbp = 0x00007561133fde20   rsp = 0x00007561133fdd30rip = 0x0000756149136c9dFound by: stack scanning6  libnw.so + 0x76590c0rbp = 0x00007561133fde20   rsp = 0x00007561133fdd38rip = 0x00007561498590c0Found by: stack scanning7  libnw.so + 0x763b9dcrbp = 0x00007561133fde20   rsp = 0x00007561133fdd40rip = 0x000075614983b9dcFound by: stack scanning8  libnw.so + 0x763b9dcrbp = 0x00007561133fde20   rsp = 0x00007561133fdd48rip = 0x000075614983b9dcFound by: stack scanning9  libnw.so + 0x6f63755rbp = 0x00007561133fde20   rsp = 0x00007561133fddb0rip = 0x0000756149163755Found by: stack scanning
10  libnw.so + 0x76590c0rbp = 0x00007561133fde20   rsp = 0x00007561133fddb8rip = 0x00007561498590c0Found by: stack scanning
11  libnw.so + 0x763b9dcrbp = 0x00007561133fde20   rsp = 0x00007561133fddc0rip = 0x000075614983b9dcFound by: stack scanning
12  libnw.so + 0xd490540rbp = 0x00007561133fde20   rsp = 0x00007561133fdde8rip = 0x000075614f690540Found by: stack scanning
13  libnw.so + 0x6ee71c3rsp = 0x00007561133fdea0   rip = 0x00007561490e71c3Found by: stack scanning
14  libnw.so + 0xd491fb8rsp = 0x00007561133fdf30   rip = 0x000075614f691fb8Found by: stack scanning
15  libnw.so + 0x6f1bdbdrsp = 0x00007561133fdf40   rip = 0x000075614911bdbdFound by: stack scanning
16  libnw.so + 0x6f1b2abrsp = 0x00007561133fdf50   rip = 0x000075614911b2abFound by: stack scanning
17  nw + 0x1192frsp = 0x00007561133fdfd0   rip = 0x0000556e631be92fFound by: stack scanning
18  libnw.so + 0x6f1b0cdrsp = 0x00007561133fe050   rip = 0x000075614911b0cdFound by: stack scanning
19  libnw.so + 0x6f1afabrsp = 0x00007561133fe070   rip = 0x000075614911afabFound by: stack scanning
20  libnw.so + 0x6f3751frsp = 0x00007561133fe0b0   rip = 0x000075614913751fFound by: stack scanning
21  libc.so.6 + 0x947d0rsp = 0x00007561133fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
22  libc.so.6 + 0x94ac3rsp = 0x00007561133fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
23  libc.so.6 + 0x947d0rsp = 0x00007561133fe118   rip = 0x0000756141e947d0Found by: stack scanning
24  libc.so.6 + 0x126850rsp = 0x00007561133fe180   rip = 0x0000756141f26850Found by: stack scanningThread 220  libc.so.6 + 0x125e2erax = 0xfffffffffffffffc   rdx = 0x0000000000000010rcx = 0x0000756141f25e2e   rbx = 0x00007560bc001c10rsi = 0x00007561129fdd20   rdi = 0x0000000000000095rbp = 0x00007561129fde60   rsp = 0x00007561129fdcf0r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x00000000000074e2   r11 = 0x0000000000000293r12 = 0x0000000001c89298   r13 = 0x7fffffffffffffffr14 = 0x00007560bc001c10   r15 = 0x00007561129fde70rip = 0x0000756141f25e2eFound by: given as instruction pointer in context1  libnw.so + 0x6f60445rbp = 0x00007561129fdee0   rsp = 0x00007561129fde70rip = 0x0000756149160445Found by: previous frame's frame pointer2  libnw.so + 0x6f03ee0rbp = 0x00007561129fdf80   rsp = 0x00007561129fdef0rip = 0x0000756149103ee0Found by: previous frame's frame pointer3  libnw.so + 0x6ecb9ffrbp = 0x00007561129fe000   rsp = 0x00007561129fdf90rip = 0x00007561490cb9ffFound by: previous frame's frame pointer4  libnw.so + 0x6f24d38rbp = 0x00007561129fe040   rsp = 0x00007561129fe010rip = 0x0000756149124d38Found by: previous frame's frame pointer5  libnw.so + 0x6f24e89rbp = 0x00007561129fe0a0   rsp = 0x00007561129fe050rip = 0x0000756149124e89Found by: previous frame's frame pointer6  libnw.so + 0x6f3751frbp = 0x00007561129fe0d0   rsp = 0x00007561129fe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer7  libc.so.6 + 0x947d0rbp = 0x00007561129fe0d0   rsp = 0x00007561129fe0c8rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x94ac3rsp = 0x00007561129fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning9  libc.so.6 + 0x947d0rsp = 0x00007561129fe118   rip = 0x0000756141e947d0Found by: stack scanning
10  libc.so.6 + 0x126850rsp = 0x00007561129fe180   rip = 0x0000756141f26850Found by: stack scanningThread 230  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x0000556e63ecb46crbp = 0x0000556e63ecb440   rsp = 0x0000756111ffdee0r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x000000000000052b   r15 = 0x0000556e63ecb46crip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rsp = 0x0000756111ffdf20   rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rsp = 0x0000756111ffdf78   rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x1a66fdbrsp = 0x0000756111ffdf88   rip = 0x0000756143c66fdbFound by: stack scanning4  libnw.so + 0x6f36c9drsp = 0x0000756111ffe000   rip = 0x0000756149136c9dFound by: stack scanning5  libnw.so + 0x882011arsp = 0x0000756111ffe080   rip = 0x000075614aa2011aFound by: stack scanning6  libnw.so + 0x6f3751frsp = 0x0000756111ffe0b0   rip = 0x000075614913751fFound by: stack scanning7  libc.so.6 + 0x947d0rsp = 0x0000756111ffe0c8   rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x94ac3rsp = 0x0000756111ffe0e0   rip = 0x0000756141e94ac3Found by: stack scanning9  libc.so.6 + 0x947d0rsp = 0x0000756111ffe118   rip = 0x0000756141e947d0Found by: stack scanning
10  libc.so.6 + 0x126850rsp = 0x0000756111ffe180   rip = 0x0000756141f26850Found by: stack scanningThread 240  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x00007561115fdd78rbp = 0x00007561115fdd50   rsp = 0x00007561115fdb40r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x00007561115fdd78rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libnw.so + 0xd48e510rbp = 0x00007561115fdd50   rsp = 0x00007561115fdb48rip = 0x000075614f68e510Found by: stack scanning2  libc.so.6 + 0x93a41rbp = 0x00007561115fdd50   rsp = 0x00007561115fdb80rip = 0x0000756141e93a41Found by: stack scanning3  libc.so.6 + 0x93720rbp = 0x00007561115fdd50   rsp = 0x00007561115fdbd8rip = 0x0000756141e93720Found by: stack scanning4  libnw.so + 0xd48e600rbp = 0x00007561115fdd50   rsp = 0x00007561115fdbe8rip = 0x000075614f68e600Found by: stack scanning5  libnw.so + 0x6f36c9drbp = 0x00007561115fdd50   rsp = 0x00007561115fdc60rip = 0x0000756149136c9dFound by: stack scanning6  nw + 0x377c8rbp = 0x00007561115fdd50   rsp = 0x00007561115fdc70rip = 0x0000556e631e47c8Found by: stack scanning7  libc.so.6 + 0xa5139rbp = 0x00007561115fdd50   rsp = 0x00007561115fdc80rip = 0x0000756141ea5139Found by: stack scanning8  libnw.so + 0x6f63755rbp = 0x00007561115fdd50   rsp = 0x00007561115fdce0rip = 0x0000756149163755Found by: stack scanning9  libnw.so + 0xd490540rbp = 0x00007561115fdd50   rsp = 0x00007561115fdd18rip = 0x000075614f690540Found by: stack scanning
10  libnw.so + 0x6ee71c3rsp = 0x00007561115fddd0   rip = 0x00007561490e71c3Found by: stack scanning
11  libnw.so + 0xd491fb8rsp = 0x00007561115fdde0   rip = 0x000075614f691fb8Found by: stack scanning
12  libnw.so + 0x6ee7113rsp = 0x00007561115fde70   rip = 0x00007561490e7113Found by: stack scanning
13  libnw.so + 0x6ea47b5rsp = 0x00007561115fde80   rip = 0x00007561490a47b5Found by: stack scanning
14  libnw.so + 0x6f03ee0rsp = 0x00007561115fdef0   rip = 0x0000756149103ee0Found by: stack scanning
15  libc.so.6 + 0xa5139rsp = 0x00007561115fdf00   rip = 0x0000756141ea5139Found by: stack scanning
16  nw + 0x1192frsp = 0x00007561115fdf10   rip = 0x0000556e631be92fFound by: stack scanning
17  libnw.so + 0xdb7a6b8rsp = 0x00007561115fdf38   rip = 0x000075614fd7a6b8Found by: stack scanning
18  libnw.so + 0x6ecb9ffrsp = 0x00007561115fdf90   rip = 0x00007561490cb9ffFound by: stack scanning
19  nw + 0x377c8rsp = 0x00007561115fdfb0   rip = 0x0000556e631e47c8Found by: stack scanning
20  libc.so.6 + 0xa5139rsp = 0x00007561115fdfc0   rip = 0x0000756141ea5139Found by: stack scanning
21  libnw.so + 0x6f24d38rsp = 0x00007561115fe010   rip = 0x0000756149124d38Found by: stack scanning
22  libnw.so + 0x1a465a7rsp = 0x00007561115fe018   rip = 0x0000756143c465a7Found by: stack scanning
23  libnw.so + 0x1b38817rsp = 0x00007561115fe020   rip = 0x0000756143d38817Found by: stack scanning
24  libnw.so + 0x6f24d2drsp = 0x00007561115fe030   rip = 0x0000756149124d2dFound by: stack scanning
25  libnw.so + 0x6f24e89rsp = 0x00007561115fe050   rip = 0x0000756149124e89Found by: stack scanning
26  libnw.so + 0x6f36ea1rsp = 0x00007561115fe080   rip = 0x0000756149136ea1Found by: stack scanning
27  libnw.so + 0x6f3751frsp = 0x00007561115fe0b0   rip = 0x000075614913751fFound by: stack scanning
28  libc.so.6 + 0x947d0rsp = 0x00007561115fe0c8   rip = 0x0000756141e947d0Found by: stack scanning
29  libc.so.6 + 0x94ac3rsp = 0x00007561115fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
30  libc.so.6 + 0x947d0rsp = 0x00007561115fe118   rip = 0x0000756141e947d0Found by: stack scanning
31  libc.so.6 + 0x126850rsp = 0x00007561115fe180   rip = 0x0000756141f26850Found by: stack scanningThread 250  libc.so.6 + 0x91117rax = 0xfffffffffffffe00   rdx = 0x0000000000000000rcx = 0x0000756141e91117   rbx = 0x0000000000000000rsi = 0x0000000000000189   rdi = 0x0000756103dfde48rbp = 0x0000756103dfde20   rsp = 0x0000756103dfdc10r8 = 0x0000000000000000    r9 = 0x00000000ffffffffr10 = 0x0000000000000000   r11 = 0x0000000000000246r12 = 0x0000000000000000   r13 = 0x0000000000000000r14 = 0x0000000000000000   r15 = 0x0000756103dfde48rip = 0x0000756141e91117Found by: given as instruction pointer in context1  libc.so.6 + 0x93a41rbp = 0x0000756103dfde20   rsp = 0x0000756103dfdc50rip = 0x0000756141e93a41Found by: stack scanning2  libc.so.6 + 0x93720rbp = 0x0000756103dfde20   rsp = 0x0000756103dfdca8rip = 0x0000756141e93720Found by: stack scanning3  libnw.so + 0x6f0f050rbp = 0x0000756103dfde20   rsp = 0x0000756103dfdcb8rip = 0x000075614910f050Found by: stack scanning4  libnw.so + 0x16ee74erbp = 0x0000756103dfde20   rsp = 0x0000756103dfdcf8rip = 0x00007561438ee74eFound by: stack scanning5  libnw.so + 0x6f36c9drbp = 0x0000756103dfde20   rsp = 0x0000756103dfdd30rip = 0x0000756149136c9dFound by: stack scanning6  libnw.so + 0x6f63755rbp = 0x0000756103dfde20   rsp = 0x0000756103dfddb0rip = 0x0000756149163755Found by: stack scanning7  libnw.so + 0x1d43310rbp = 0x0000756103dfde20   rsp = 0x0000756103dfddd8rip = 0x0000756143f43310Found by: stack scanning8  libnw.so + 0xd490540rbp = 0x0000756103dfde20   rsp = 0x0000756103dfdde8rip = 0x000075614f690540Found by: stack scanning9  libnw.so + 0x6ee71c3rsp = 0x0000756103dfdea0   rip = 0x00007561490e71c3Found by: stack scanning
10  libnw.so + 0xd491fb8rsp = 0x0000756103dfdf30   rip = 0x000075614f691fb8Found by: stack scanning
11  libnw.so + 0x6f1bdbdrsp = 0x0000756103dfdf40   rip = 0x000075614911bdbdFound by: stack scanning
12  libnw.so + 0x6f1b2abrsp = 0x0000756103dfdf50   rip = 0x000075614911b2abFound by: stack scanning
13  nw + 0x1192frsp = 0x0000756103dfdfd0   rip = 0x0000556e631be92fFound by: stack scanning
14  libnw.so + 0x6f1b09drsp = 0x0000756103dfe050   rip = 0x000075614911b09dFound by: stack scanning
15  libnw.so + 0x6f1afa1rsp = 0x0000756103dfe070   rip = 0x000075614911afa1Found by: stack scanning
16  libnw.so + 0x6f3751frsp = 0x0000756103dfe0b0   rip = 0x000075614913751fFound by: stack scanning
17  libc.so.6 + 0x947d0rsp = 0x0000756103dfe0c8   rip = 0x0000756141e947d0Found by: stack scanning
18  libc.so.6 + 0x94ac3rsp = 0x0000756103dfe0e0   rip = 0x0000756141e94ac3Found by: stack scanning
19  libc.so.6 + 0x947d0rsp = 0x0000756103dfe118   rip = 0x0000756141e947d0Found by: stack scanning
20  libc.so.6 + 0x126850rsp = 0x0000756103dfe180   rip = 0x0000756141f26850Found by: stack scanningThread 260  libc.so.6 + 0x125e2erax = 0xfffffffffffffffc   rdx = 0x0000000000000010rcx = 0x0000756141f25e2e   rbx = 0x00007560a004b270rsi = 0x00007561033fdd20   rdi = 0x00000000000000e2rbp = 0x00007561033fde60   rsp = 0x00007561033fdcf0r8 = 0x0000000000000000    r9 = 0x00007560a000cf01r10 = 0x00000000ffffffff   r11 = 0x0000000000000293r12 = 0x7fffffffffffffff   r13 = 0x7fffffffffffffffr14 = 0x00007560a004b270   r15 = 0x00007561033fde70rip = 0x0000756141f25e2eFound by: given as instruction pointer in context1  libnw.so + 0x6f60445rbp = 0x00007561033fdee0   rsp = 0x00007561033fde70rip = 0x0000756149160445Found by: previous frame's frame pointer2  libnw.so + 0x6f03ee0rbp = 0x00007561033fdf80   rsp = 0x00007561033fdef0rip = 0x0000756149103ee0Found by: previous frame's frame pointer3  libnw.so + 0x6ecb9ffrbp = 0x00007561033fe000   rsp = 0x00007561033fdf90rip = 0x00007561490cb9ffFound by: previous frame's frame pointer4  libnw.so + 0x6f24d38rbp = 0x00007561033fe040   rsp = 0x00007561033fe010rip = 0x0000756149124d38Found by: previous frame's frame pointer5  libnw.so + 0x6f24e89rbp = 0x00007561033fe0a0   rsp = 0x00007561033fe050rip = 0x0000756149124e89Found by: previous frame's frame pointer6  libnw.so + 0x6f3751frbp = 0x00007561033fe0d0   rsp = 0x00007561033fe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer7  libc.so.6 + 0x947d0rbp = 0x00007561033fe0d0   rsp = 0x00007561033fe0c8rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x94ac3rsp = 0x00007561033fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning9  libc.so.6 + 0x947d0rsp = 0x00007561033fe118   rip = 0x0000756141e947d0Found by: stack scanning
10  libc.so.6 + 0x126850rsp = 0x00007561033fe180   rip = 0x0000756141f26850Found by: stack scanningThread 270  libc.so.6 + 0x125e2erax = 0xfffffffffffffffc   rdx = 0x0000000000000010rcx = 0x0000756141f25e2e   rbx = 0x0000756098001cb0rsi = 0x00007560f75fdd20   rdi = 0x0000000000000105rbp = 0x00007560f75fde60   rsp = 0x00007560f75fdcf0r8 = 0x0000000000000000    r9 = 0x0000000000000000r10 = 0x00000000ffffffff   r11 = 0x0000000000000293r12 = 0x7fffffffffffffff   r13 = 0x7fffffffffffffffr14 = 0x0000756098001cb0   r15 = 0x00007560f75fde70rip = 0x0000756141f25e2eFound by: given as instruction pointer in context1  libnw.so + 0x6f60445rbp = 0x00007560f75fdee0   rsp = 0x00007560f75fde70rip = 0x0000756149160445Found by: previous frame's frame pointer2  libnw.so + 0x6f03ee0rbp = 0x00007560f75fdf80   rsp = 0x00007560f75fdef0rip = 0x0000756149103ee0Found by: previous frame's frame pointer3  libnw.so + 0x6ecb9ffrbp = 0x00007560f75fe000   rsp = 0x00007560f75fdf90rip = 0x00007561490cb9ffFound by: previous frame's frame pointer4  libnw.so + 0x6f24d38rbp = 0x00007560f75fe040   rsp = 0x00007560f75fe010rip = 0x0000756149124d38Found by: previous frame's frame pointer5  libnw.so + 0x6f24e89rbp = 0x00007560f75fe0a0   rsp = 0x00007560f75fe050rip = 0x0000756149124e89Found by: previous frame's frame pointer6  libnw.so + 0x6f3751frbp = 0x00007560f75fe0d0   rsp = 0x00007560f75fe0b0rip = 0x000075614913751fFound by: previous frame's frame pointer7  libc.so.6 + 0x947d0rbp = 0x00007560f75fe0d0   rsp = 0x00007560f75fe0c8rip = 0x0000756141e947d0Found by: stack scanning8  libc.so.6 + 0x94ac3rsp = 0x00007560f75fe0e0   rip = 0x0000756141e94ac3Found by: stack scanning9  libc.so.6 + 0x947d0rsp = 0x00007560f75fe118   rip = 0x0000756141e947d0Found by: stack scanning
10  libc.so.6 + 0x126850rsp = 0x00007560f75fe180   rip = 0x0000756141f26850Found by: stack scanningLoaded modules:
0x556e631ad000 - 0x556e631e9447  nw  0.0.0.0  (main)  (WARNING: No symbols, nw, F7A3E91EDC73BF9300000000000000000)
0x7560f7c00000 - 0x7560f7e2b8bf  libstdc++.so.6  0.0.0.0
0x756100200000 - 0x756101e1d017  libicudata.so.70  0.0.0.0
0x756102000000 - 0x756102a67ca7  librsvg-2.so.2  0.0.0.0
0x756129800000 - 0x75612a028e2f  libgtk-3.so.0  0.0.0.0
0x756134cb3000 - 0x756134dff9b7  libsqlite3.so.0  0.0.0.0
0x756135670000 - 0x7561356ff447  libnssckbi.so  0.0.0.0
0x756136027000 - 0x7561360f650f  libfreeblpriv3.so  0.0.0.0
0x7561360f7000 - 0x756136151c2f  libsoftokn3.so  0.0.0.0
0x756136a05000 - 0x756136bff2df  libicuuc.so.70  0.0.0.0
0x75613741e000 - 0x7561375ffdd7  libxml2.so.2  0.0.0.0
0x756137e37000 - 0x756137e4108f  libFcitx5GClient.so.2  0.0.0.0
0x756137e58000 - 0x756137e6e0af  im-fcitx5.so  0.0.0.0
0x75613c000000 - 0x75613c00407f  libpixbufloader-svg.so  0.0.0.0
0x75613c431000 - 0x75613c492337  libsecret-1.so.0  0.0.0.0
0x75613c60f000 - 0x75613c63891f  libudev.so.1  0.0.0.0
0x75613c757000 - 0x75613c76100f  libogg.so.0  0.0.0.0
0x75613c7d4000 - 0x75613c80000f  libvorbis.so.0  0.0.0.0
0x75613c801000 - 0x75613c80b1a7  libltdl.so.7  0.0.0.0
0x75613c80c000 - 0x75613c82304f  libtdb.so.1  0.0.0.0
0x75613c868000 - 0x75613c87200f  libvorbisfile.so.3  0.0.0.0
0x75613c873000 - 0x75613c88503f  libcanberra.so.0  0.0.0.0
0x75613c886000 - 0x75613c8c82b7  libgvfscommon.so  0.0.0.0
0x75613c8c9000 - 0x75613c8fd2ef  libgvfsdbus.so  0.0.0.0
0x75613d208000 - 0x75613d20e00f  libcanberra-gtk3.so.0  0.0.0.0
0x75613d24a000 - 0x75613d2ca2af  libjpeg.so.8  0.0.0.0
0x75613d2cb000 - 0x75613d3fff87  libepoxy.so.0  0.0.0.0
0x75613dd91000 - 0x75613dda00df  libdconfsettings.so  0.0.0.0  (WARNING: No symbols, libdconfsettings.so, 4594BE2837DCF1A423F206CDA2FFC7DE0)
0x75613dda1000 - 0x75613ddb1487  libwayland-client.so.0  0.0.0.0
0x75613ddb2000 - 0x75613ddbb1e7  libwayland-cursor.so.0  0.0.0.0
0x75613ddbc000 - 0x75613ddc71c7  libXcursor.so.1  0.0.0.0
0x75613ddc8000 - 0x75613ddff3d7  libatk-bridge-2.0.so.0  0.0.0.0
0x75613e604000 - 0x75613e61e187  libpangoft2-1.0.so.0  0.0.0.0
0x75613e61f000 - 0x75613e64e1df  libgdk_pixbuf-2.0.so.0  0.0.0.0
0x75613e64f000 - 0x75613e65a117  libcairo-gobject.so.2  0.0.0.0
0x75613e65b000 - 0x75613e66c0b7  libpangocairo-1.0.so.0  0.0.0.0
0x75613e66d000 - 0x75613e7730ff  libgdk-3.so.0  0.0.0.0
0x75613e77a000 - 0x75613e7820a7  libcanberra-gtk3-module.so  0.0.0.0
0x75613fe7a000 - 0x75613fe7e027  libX11-xcb.so.1  0.0.0.0
0x756140034000 - 0x756140056037  libbrotlicommon.so.1  0.0.0.0
0x756140057000 - 0x7561400630e7  libmd.so.0  0.0.0.0
0x756140064000 - 0x756140077a47  libresolv.so.2  0.0.0.0
0x756140078000 - 0x75614007e00f  libkeyutils.so.1  0.0.0.0
0x75614007f000 - 0x7561400a41b7  libgpg-error.so.0  0.0.0.0
0x7561400a7000 - 0x7561400b4067  libbrotlidec.so.1  0.0.0.0
0x7561400b5000 - 0x7561400bd017  libuuid.so.1  0.0.0.0
0x7561400be000 - 0x7561400e40af  libgraphite2.so.3  0.0.0.0
0x7561400e5000 - 0x7561400ed00f  libdatrie.so.1  0.0.0.0
0x7561400ee000 - 0x7561401050df  libbsd.so.0  0.0.0.0
0x756140108000 - 0x75614019e30f  libpcre2-8.so.0  0.0.0.0
0x75614019f000 - 0x7561401d53af  libblkid.so.1  0.0.0.0
0x7561401d6000 - 0x75614025720f  libgmp.so.10  0.0.0.0
0x756140258000 - 0x75614029f337  libhogweed.so.6  0.0.0.0
0x7561402a0000 - 0x7561402e50d7  libnettle.so.8  0.0.0.0
0x7561402e8000 - 0x7561402ff227  libtasn1.so.6  0.0.0.0
0x756140300000 - 0x7561404a98e7  libunistring.so.2  0.0.0.0
0x7561404aa000 - 0x7561404ca00f  libidn2.so.0  0.0.0.0
0x7561404cb000 - 0x756140605bc7  libp11-kit.so.0  0.0.0.0
0x756140606000 - 0x7561406133cf  libkrb5support.so.0  0.0.0.0
0x756140614000 - 0x756140619047  libcom_err.so.2  0.0.0.0
0x75614061c000 - 0x75614064a037  libk5crypto.so.3  0.0.0.0
0x75614064b000 - 0x756140715c6f  libkrb5.so.3  0.0.0.0
0x756140716000 - 0x756140853477  libgcrypt.so.20  0.0.0.0
0x756140854000 - 0x75614085e037  libcap.so.2  0.0.0.0
0x75614085f000 - 0x75614087e05f  liblz4.so.1  0.0.0.0
0x75614087f000 - 0x75614094d037  libzstd.so.1  0.0.0.0
0x756140950000 - 0x75614097a107  liblzma.so.5  0.0.0.0
0x75614097b000 - 0x756140989077  libxcb-render.so.0  0.0.0.0
0x75614098a000 - 0x75614098e067  libxcb-shm.so.0  0.0.0.0
0x75614098f000 - 0x7561409c900f  libpng16.so.16  0.0.0.0
0x7561409ca000 - 0x756140a9100f  libfreetype.so.6  0.0.0.0
0x756140a94000 - 0x756140add65f  libfontconfig.so.1  0.0.0.0
0x756140ade000 - 0x756140b88157  libpixman-1.so.0  0.0.0.0
0x756140b89000 - 0x756140c57cd7  libharfbuzz.so.0  0.0.0.0
0x756140c58000 - 0x756140c6288f  libthai.so.0  0.0.0.0
0x756140c63000 - 0x756140c7e0d7  libfribidi.so.0  0.0.0.0
0x756140c7f000 - 0x756140c8607f  libXdmcp.so.6  0.0.0.0
0x756140c89000 - 0x756140c8e107  libXau.so.6  0.0.0.0
0x756140c8f000 - 0x756140ca1067  libxcb-randr.so.0  0.0.0.0
0x756140ca2000 - 0x756140cb761f  libwayland-server.so.0  0.0.0.0
0x756140cb8000 - 0x756140cc426f  libXrender.so.1  0.0.0.0
0x756140cc5000 - 0x756140cd81a7  libXi.so.6  0.0.0.0
0x756140cdb000 - 0x756140d06607  libselinux.so.1  0.0.0.0
0x756140d07000 - 0x756140d4a227  libmount.so.1  0.0.0.0
0x756140d4b000 - 0x756140d51087  libgmodule-2.0.so.0  0.0.0.0
0x756140d52000 - 0x756140d6d0b7  libz.so.1  0.0.0.0
0x756140d6e000 - 0x756140f587ff  libgnutls.so.30  0.0.0.0
0x756140f59000 - 0x756140f6c117  libavahi-client.so.3  0.0.0.0
0x756140f6f000 - 0x756140f7c24f  libavahi-common.so.3  0.0.0.0
0x756140f7d000 - 0x756140fd03df  libgssapi_krb5.so.2  0.0.0.0
0x756140fd1000 - 0x75614109755f  libsystemd.so.0  0.0.0.0
0x756141098000 - 0x75614109c09f  libplds4.so  0.0.0.0
0x75614109d000 - 0x7561410a308f  libplc4.so  0.0.0.0
0x7561410a6000 - 0x75614111b10f  libpcre.so.3  0.0.0.0
0x75614111c000 - 0x75614112862f  libffi.so.8  0.0.0.0
0x756141129000 - 0x75614120f107  libm.so.6  0.0.0.0
0x756141210000 - 0x75614131250f  libasound.so.2  0.0.0.0
0x756141313000 - 0x75614143ae6f  libcairo.so.2  0.0.0.0
0x75614143b000 - 0x7561414a19b7  libpango-1.0.so.0  0.0.0.0
0x7561414a2000 - 0x7561414e816f  libxkbcommon.so.0  0.0.0.0
0x7561414e9000 - 0x756141512287  libxcb.so.1  0.0.0.0
0x756141513000 - 0x756141523467  libgbm.so.1  0.0.0.0
0x756141524000 - 0x7561415388df  libXext.so.6  0.0.0.0
0x756141539000 - 0x756141678d2f  libX11.so.6  0.0.0.0
0x756141679000 - 0x7561416a90b7  libexpat.so.1  0.0.0.0
0x7561416aa000 - 0x7561416e34a7  libatspi.so.0  0.0.0.0
0x7561416e4000 - 0x7561416f9bf7  libdrm.so.2  0.0.0.0
0x7561416fa000 - 0x7561418d33a7  libgio-2.0.so.0  0.0.0.0  (WARNING: No symbols, libgio-2.0.so.0, 5832B3C5FB44DB350AAD817C1086261D0)
0x7561418d4000 - 0x75614197122f  libcups.so.2  0.0.0.0
0x756141972000 - 0x7561419bf2e7  libdbus-1.so.3  0.0.0.0
0x7561419c0000 - 0x7561419ff38f  libnspr4.so  0.0.0.0
0x756141a00000 - 0x756141c6d03b  libffmpeg.so  0.0.0.0
0x756141c6e000 - 0x756141c7a187  libXrandr.so.2  0.0.0.0
0x756141c7b000 - 0x756141ca44cf  libatk-1.0.so.0  0.0.0.0
0x756141ca5000 - 0x756141cce6df  libsmime3.so  0.0.0.0
0x756141ccf000 - 0x756141dffb87  libnss3.so  0.0.0.0
0x756141e00000 - 0x756142028e4f  libc.so.6  0.0.0.0  (WARNING: No symbols, libc.so.6, 84EF0F492403910C833978D494D39E530)
0x75614202b000 - 0x756142032107  libXfixes.so.3  0.0.0.0
0x756142033000 - 0x7561420659e7  libnssutil3.so  0.0.0.0
0x756142066000 - 0x75614219f2d7  libglib-2.0.so.0  0.0.0.0  (WARNING: No symbols, libglib-2.0.so.0, FDB845E8392F7268C036976626389FFC0)
0x7561421a0000 - 0x7561421ffc2f  libgobject-2.0.so.0  0.0.0.0  (WARNING: No symbols, libgobject-2.0.so.0, EC95B2E4C82F13492DAFD136750DACD60)
0x756142200000 - 0x75614fe55eb9  libnw.so  0.0.0.0  (WARNING: No symbols, libnw.so, 321866886F0511F800000000000000000)
0x75614fe58000 - 0x75614fe5c0a7  libXdamage.so.1  0.0.0.0
0x75614fe5d000 - 0x75614fe61087  libXcomposite.so.1  0.0.0.0
0x75614fe68000 - 0x75614fe872e7  libgcc_s.so.1  0.0.0.0
0x75614fe88000 - 0x75614fe8c027  libpthread.so.0  0.0.0.0
0x75614fe8d000 - 0x75614fe91027  libdl.so.2  0.0.0.0
0x75614fe92000 - 0x75614fe96037  libwayland-egl.so.1  0.0.0.0
0x75614fe97000 - 0x75614fe9b127  libXinerama.so.1  0.0.0.0
0x75614feaa000 - 0x75614fee52d7  ld-linux-x86-64.so.2  0.0.0.0  (WARNING: No symbols, ld-linux-x86-64.so.2, 4C948641F8502BA347D74931E3F512B80)
0x7ffe64dd9000 - 0x7ffe64dda0aa  linux-vdso.so.1  0.0.0.0

http://www.ppmy.cn/devtools/135991.html

相关文章

JVM(三、运行时数据区)

1、运行时数据区 数据区按照线程使用情况分两大类&#xff1a; 由所有线程共享的数据区&#xff1a;字面意思&#xff0c;所有线程都使用同一个。 堆和方法区、存储类的静态数据和对象数据、需要垃圾回收 线程隔离的数据区&#xff1a;每个线程有自己的&#xff0c;例如&…

测评部署和管理 WordPress 最方便的面板

新版宝塔面板快速搭建WordPress新手教程 - 倚栏听风-Morii - 博客园 初学者使用1Panel面板快速搭建WordPress网站 - 倚栏听风-Morii - 博客园 可以看到&#xff0c;无论是宝塔还是1Panel&#xff0c;部署和管理WordPress都有些繁琐&#xff0c;而且还需要额外去配置Nginx和M…

鸿蒙网络编程系列50-仓颉版TCP回声服务器示例

1. TCP服务端简介 TCP服务端是基于TCP协议构建的一种网络服务模式&#xff0c;它为HTTP&#xff08;超文本传输协议&#xff09;、SMTP&#xff08;简单邮件传输协议&#xff09;等高层协议的应用程序提供了可靠的底层支持。在TCP服务端中&#xff0c;服务器启动后会监听一个或…

fastify 连接 mysql

一、安装依赖 安装 fastify/mysql pnpm add fastify/mysql 二、示例 1. 创建 index.js 连接数据库&#xff0c;确保已经启动数据库&#xff0c;输入数据库的账号&#xff0c;密码&#xff0c;域名&#xff0c;端口&#xff0c;库名。 import Fastify from "fastify&…

如何删除pdf里的任意一页?删除PDF里任意一页的几种方法

如何删除pdf里的任意一页&#xff1f;尽管PDF文件具有许多优点&#xff0c;如跨平台兼容性和格式保真性&#xff0c;但在编辑和修改方面&#xff0c;它与像Word或Excel这类文档格式不同&#xff0c;通常不能像其他文档那样轻松进行直接的内容删除或修改。这让很多人以为&#x…

Linux-Apache静态资源

文章目录 静态资源权限设置 &#x1f3e1;作者主页&#xff1a;点击&#xff01; &#x1f916;Linux专栏&#xff1a;点击&#xff01; ⏰️创作时间&#xff1a;2024年11月20日11点21分 静态资源 Apache配置静态资源 可以在网页上配置一个静态的FTP服务器&#xff0c;让用户…

如何确保Python爬虫程序的稳定性和安全性?

在当今数字化时代&#xff0c;Python爬虫被广泛应用于数据采集和信息抓取。然而&#xff0c;确保爬虫程序的稳定性和安全性是开发过程中的重要考虑因素。本文将探讨如何通过技术手段和最佳实践来提高Python爬虫的稳定性和安全性&#xff0c;并提供代码示例。 稳定性保障 1. 异…

layui 表格点击编辑感觉很好用,实现方法如下

1. 在 HTML 页面中引入 layui 的相关资源文件&#xff1a;html <link rel"stylesheet" href"https://cdn.staticfile.org/layui/2.5.6/css/layui.css"> <script src"https://cdn.staticfile.org/layui/2.5.6/layui.js"></script&…