發現乙個csdn的bug

2021-04-24 04:39:52 字數 2738 閱讀 9412

怎麼進入個人資訊更改頭像進入的窗體不能最大化呢?很大的化不利於裁剪,鬱悶中....

另一bug為共享的時候出現:

說明:執行當前 web 請求期間,出現未處理的異常。請檢查堆疊跟蹤資訊,以了解有關該錯誤以及**中導致錯誤的出處的詳細資訊。

異常詳細資訊:system.net.sockets.socketexception: 由於連線方在一段時間後沒有正確答覆或連線的主機沒有反應,連線嘗試失敗。

源錯誤:

執行當前 web 請求期間生成了未處理的異常。可以使用下面的異常堆疊跟蹤資訊確定有關異常原因和發生位置的資訊。

堆疊跟蹤:

[socketexception (0x274c): 由於連線方在一段時間後沒有正確答覆或連線的主機沒有反應,連線嘗試失敗。]

system.net.sockets.socket.receive(byte buffer, int32 offset, int32 size, socketflags socketflags) +73

system.servicemodel.channels.socketconnection.readcore(byte buffer, int32 offset, int32 size, timespan timeout, boolean closing) +110

[timeoutexception: 套接字傳輸在 00:00:03 之後超時。超過了繫結上設定的超時。分配給該操作的時間可能是更長超時的一部分。]

system.servicemodel.channels.socketconnection.readcore(byte buffer, int32 offset, int32 size, timespan timeout, boolean closing) +183

system.servicemodel.channels.socketconnection.read(byte buffer, int32 offset, int32 size, timespan timeout) +54

system.servicemodel.channels.delegatingconnection.read(byte buffer, int32 offset, int32 size, timespan timeout) +32

system.servicemodel.channels.clientframingduplexsessionchannel.sendpreamble(iconnection connection, arraysegment`1 preamble, timeouthelper& timeouthelper) +167

system.servicemodel.channels.duplexconnectionpoolhelper.acceptpooledconnection(iconnection connection, timeouthelper& timeouthelper) +34

system.servicemodel.channels.connectionpoolhelper.establishconnection(timespan timeout) +813

system.servicemodel.channels.clientframingduplexsessionchannel.onopen(timespan timeout) +54

[timeoutexception: 開啟操作沒有在分配的超時 00:00:03 內完成。分配給該操作的時間可能是更長超時的一部分。]

system.runtime.remoting.proxies.realproxy.handlereturnmessage(imessage reqmsg, imessage retmsg) +7594687

system.runtime.remoting.proxies.realproxy.privateinvoke(messagedata& msgdata, int32 type) +275

csdn.share.controller.specialprovider.ispecialprovider.takespecialmembernames(string membertypes) +0

csdn.share.controller.basepage.isdisalloweduser(string username) in d:/csdn web site/csdn blog/src/services/csdn.share/csdn.share.controller/ui/basepage.cs:39

csdn.share.controller.basepage.getcurrentexpertinfo(string returnurl) in d:/csdn web site/csdn blog/src/services/csdn.share/csdn.share.controller/ui/basepage.cs:29

csdn.share.controller.basepage.onload(eventargs e) in d:/csdn web site/csdn blog/src/services/csdn.share/csdn.share.controller/ui/basepage.cs:19

system.web.ui.control.loadrecursive() +50

system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) +627

Csdn部落格的乙個bug

我以前在csdn上開通了部落格,因為我一直在linux下開發,瀏覽器用的是firefox 剛開通的時間,顯示挺正常的,可是後來突然就不能正常顯示了,頁面總彈出錯誤,提示頁面錯誤或不存在,系統將會在3秒後自動跳動到csdn部落格首頁,結果又沒跳轉。我又去瀏覽csdn上別人的部落格,有的能正常顯示,有的...

發現linphone乙個bug

函式 video stream start中 rtp session set rtp socket send buffer size stream session,socket buf size 壓根不起作用,調查後發現 set socket sizes這個函式在video stream new中就...

發現ExtJs Chart的乙個Bug

在使用 extjs 3.0 的 chart 做乙個 stacked bar 圖形的時候,發現資料多的時候,每個條形的寬度會變的很小,大片的空間都是空的,很浪費,於是想通過樣式來控制其寬度,如下 取自 extjs examples 目錄下的 stacked bar chart.js series 顯示...